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
Periodically I update some state which causes the CKEditor to re-render. If I'm typing into the editor at the same time the state update happens, I loose text and the cursor jumps to the beginning of the text.
I have a change to the example.js (below) that causes the issue. Just run the example and start typing in the CKEditor.
Is this an issue or is it just the way I have it coded?
Having a similar issue, if i type the character i entered disappears and it goes to the start of the editor. Any idea? If i use 1.0.5 instead of @latest and use the onChange event it works though.
Periodically I update some state which causes the CKEditor to re-render. If I'm typing into the editor at the same time the state update happens, I loose text and the cursor jumps to the beginning of the text.
I have a change to the
example.js
(below) that causes the issue. Just run the example and start typing in the CKEditor.Is this an issue or is it just the way I have it coded?
The text was updated successfully, but these errors were encountered: