Open theskyfloor opened 6 years ago
Related, doesn't initialise when in a matrix block.
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", ] ];
Plug-in doesn't initialize correctly on tabs besides the first tab on entry editors.