mdkbdg

Results 2 comments of mdkbdg

Aha! I just found it and it now works. Here is how ``` ... autorender: false ... editor.on('load', function(){ editor.Panels.getButton('views', 'open-blocks').set('active', true) }); editor.render(); ``` Might help someone