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
{{ message }}
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.
Cursor disappears when clicked outside the editor then "Insert picture" is clicked and cancelled the popup file selection dialogue. The cursor is expected to be blinking in the editor as it was before clicking the "insert picture". But focus is still exists, all keys typed are seen. cursor is visible only after the key in from keyboard or mouse click.
My question is mainly on disappearing of the cursor even $(#editor).focus() is called. Focus is there but caret/cursor is not visible. I am using chrome browser.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Cursor disappears when clicked outside the editor then "Insert picture" is clicked and cancelled the popup file selection dialogue. The cursor is expected to be blinking in the editor as it was before clicking the "insert picture". But focus is still exists, all keys typed are seen. cursor is visible only after the key in from keyboard or mouse click.
My question is mainly on disappearing of the cursor even $(#editor).focus() is called. Focus is there but caret/cursor is not visible. I am using chrome browser.
The text was updated successfully, but these errors were encountered: