wysiwyg-editor
wysiwyg-editor copied to clipboard
onModelChange is not called always
Expected behavior.
If i enter some some text in editor then remove it using back space, I enter same text again and remove. Every time on text changes handleModelChange should be called(I am using it for my react app)
Actual behavior.
i enter some some text in editor then remove it using back space, I enter same text again and remove. handleModelChange is not being called for the second time
Steps to reproduce the problem.
enter some some text in editor then remove it using back space, enter same text again and remove( sometimes you may need to repeat this step 1 or 2 more times)
Editor version.
version-3.2.2
OS.
Mac
Browser.
chrome-85.0.4183.121
Recording.
(A recording showing how to reproduce the problem)
yes, Its happen to me also. not calling once re-initiate.
This is annoying as I'm trying to build a grammar checker on top of Froala. Anyone?
We're now randomly having this issue as well, is this going to be addressed or is there some other prop that needs to be called?