Closed cs-qyzhang closed 2 years ago
Please add a configuration to disable cursor blinking.
You can accomplish that by having a custom CSS like so:
.cm-fat-cursor div.CodeMirror-cursors { visibility: visible !important; }
Please add a configuration to disable cursor blinking.