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
Scenario:
When updating the content in the caption, the onChange function of editorjs is triggered, but when the text field is made blank, it won't get triggered.
For eg. When we type "a" it gets triggered, but when we remove "a" and make it empty, the onChange function of the editors is not triggered.
This same scenario was replicated and resolved in Pararagraph Block tool.
Issue Link: codex-team/editor.js#2384
The text was updated successfully, but these errors were encountered:
Scenario:
When updating the content in the caption, the onChange function of editorjs is triggered, but when the text field is made blank, it won't get triggered.
For eg. When we type "a" it gets triggered, but when we remove "a" and make it empty, the onChange function of the editors is not triggered.
This same scenario was replicated and resolved in Pararagraph Block tool.
Issue Link: codex-team/editor.js#2384
The text was updated successfully, but these errors were encountered: