Daniel Retzl
Results
2
comments of
Daniel Retzl
same here - empty message text _[message] => stdClass Object ( [text] => )_
This worked for me: ``` $(editor).on('summernote.init', function() { // toggle editor to codeview $(editor).summernote('codeview.toggle'); }); ``` ...in my case a good solution. Hope this helps anybody too.