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
There's no blinking cursor when the content is empty & editor is focused.
There's something wrong with the .cm-cursor div height, it's zero.
Here's the trivial source code and the repro, https://github.com/Kasheftin/codemirror-no-cursor-bug.
It looks like a recent change somewhere, because I have several projects using codemirror, and everything is working fine there.
Codemirror v6.0.1.
vue-codemirror v6.1.1.
Browser and platform
Ubuntu, Chrome Version 113.0.5672.126 (Official Build) (64-bit)
Describe the issue
There's no blinking cursor when the content is empty & editor is focused.
There's something wrong with the
.cm-cursor
div height, it's zero.Here's the trivial source code and the repro, https://github.com/Kasheftin/codemirror-no-cursor-bug.
It looks like a recent change somewhere, because I have several projects using codemirror, and everything is working fine there.
Codemirror v6.0.1.
vue-codemirror v6.1.1.
Browser and platform
Ubuntu, Chrome Version 113.0.5672.126 (Official Build) (64-bit)
Reproduction link
https://kasheftin.github.io/codemirror-no-cursor-bug/
The text was updated successfully, but these errors were encountered: