We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
render updates well the editor content but never triggers onChange() against the editor.
Steps to reproduce:
editor = new EditorJS({ placeholder: 'Start writing...', autofocus: true, holder: 'my-editor', tools: customTools, onChange: () => { console.log('Content has been modified'); } });
editor.blocks.render(jsonObject)
Expected behavior: triggers onChange console log with "content has been modified"
Device, Browser, OS: Chrome
Editor.js version: latest
Plugins you use with their versions:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
render updates well the editor content but never triggers onChange() against the editor.
Steps to reproduce:
editor.blocks.render(jsonObject)
Expected behavior:
triggers onChange
console log with "content has been modified"
Device, Browser, OS:
Chrome
Editor.js version:
latest
Plugins you use with their versions:
The text was updated successfully, but these errors were encountered: