The onChange function is not being triggered when the caption of image is made blank.
Open
- Dominant language
- TypeScript
- Stars
- 285
- Forks
- 307
- PR merge metrics
- No merged PRs in 30d
Description
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: https://github.com/codex-team/editor.js/issues/2384
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.