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
Now thing is, user may format things from toolbar. Copy paste from some source. Not sure of any other source that can change data based on action taken by user. Moreover we are unable to determine information of source of the event, even that might have been helpful.
Today I'm using CKEditor Plugin's in version 27.0.0. But recently, 9 days ago, the versions went up to 36.0.1 and the v-model just stopped working. Even @input doesn't work.
I am using CKEditor 5 with input event as follows in vue component.
But I need a change event when manually triggered by the user, but it is also triggering during any change in
editorData
from the code side also.How can I get the event which is triggered by the user and not from the code in CKEditor 5?
The text was updated successfully, but these errors were encountered: