-
Notifications
You must be signed in to change notification settings - Fork 264
Disable cursor blinking (or customize cursor blink rate) #387
Copy link
Copy link
Closed
Labels
enhancementNew feature or enhancementNew feature or enhancement
Description
Have you searched existing Github issues to see if someone has already requested this feature?
Yes
Is your feature request related to a problem? Please describe.
Cursor blink rate is too distracting
Describe the solution you'd like
Option that sets CodeMirror's cursorBlinkRate to 0, or the ability to customize the value
Additional context
CodeMirror provides the variable cursorBlinkRate, which it appears heynote currently hardcodes as 1000(ms)
https://github.com/heyman/heynote/blob/8e92ac4ddc01ba1c2ba4b23c03b5683dcf701aa1/src/editor/editor.js#L111C17-L112C55
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or enhancementNew feature or enhancement