luwes / craft-codemirror

Add the awesome in-browser code editor CodeMirror as a field type.
MIT License
18 stars 10 forks source link

Doesn't initialize on tabs besides the first one #10

Open theskyfloor opened 6 years ago

theskyfloor commented 6 years ago

Plug-in doesn't initialize correctly on tabs besides the first tab on entry editors.

richhayler commented 5 years ago

Related, doesn't initialise when in a matrix block.

richhayler commented 5 years ago

Give this a go, it worked for me....

edit your CodeMirror config file to include the following add-on and autoRefresh setting.

return [ "jsOptions" => [ "autoRefresh" => true, ], "addons" => [ "display/autorefresh", ] ];