You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jquery.brickyeditor.js:426 Uncaught (in promise) TypeError: blocks.forEach is not a function
at Editor.loadBlocks (jquery.brickyeditor.js:426)
at Editor. (jquery.brickyeditor.js:335)
at step (jquery.brickyeditor.js:31)
at Object.next (jquery.brickyeditor.js:12)
at fulfilled (jquery.brickyeditor.js:3)
The text was updated successfully, but these errors were encountered:
onload: function (editor) {
$("#renderHtmlBtn").on("click", function () {
var html = editor.getHtml();
$('#renderHtml').val(html);
});
},
onChange: function (blocksJson, blocksHtml) {
$('#renderHtml').val(JSON.stringify(blocksJson));
}
});
pls help me. Thanks!
jquery.brickyeditor.js:426 Uncaught (in promise) TypeError: blocks.forEach is not a function
at Editor.loadBlocks (jquery.brickyeditor.js:426)
at Editor. (jquery.brickyeditor.js:335)
at step (jquery.brickyeditor.js:31)
at Object.next (jquery.brickyeditor.js:12)
at fulfilled (jquery.brickyeditor.js:3)
The text was updated successfully, but these errors were encountered: