Matti

Results 3 issues of Matti

Hi. I tried your component but I got this error. I use another lib (react-sortable-tree) which also uses react-dnd. Is it possible to solve this?

How can I reference to the editor and make Codemirror commands, like for example: CodeMirror.commands["selectAll"](?)

Hello The code (editorCode) is initially correct, but cannot change it afterwards (show correct in alert): {{> CodeMirror id="edJs" name="someName" options=editorOptions code=editorCode }} editorOptions: function() { return { lineNumbers: true,...