thecliffparis
Results
2
issues of
thecliffparis
Hi, renderFromHTML duplicates lists content in the editor. Here is an example to reproduce the error. I hope this helps to fix the bug. Codepen : https://codepen.io/thecliffparis/pen/mybbwGq ``` ... editor.blocks.renderFromHTML(`...
bug
render updates well the editor content but never triggers onChange() against the editor. Steps to reproduce: 1. new editorJs with onChange() param ``` editor = new EditorJS({ placeholder: 'Start writing...',...
bug