Skip to content

Commit

Permalink
fix: hide the native caret
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Nov 18, 2022
1 parent 6c7c36f commit 23ca1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/virtual-cursor.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.ProseMirror {
/* Hide the native cursor */
/* caret-color: transparent; */
caret-color: transparent;

/* Color of the virtual cursor */
--prosemirror-virtual-cursor-color: red;
Expand Down

0 comments on commit 23ca1e4

Please # to comment.