Skip to content

Commit

Permalink
Merge pull request #1444 from shadow-light/patch-2
Browse files Browse the repository at this point in the history
Make drop cursor default to regular caret color
  • Loading branch information
philippkuehn authored Jun 14, 2021
2 parents 2deb07f + 4fdeb94 commit 1aabaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension-dropcursor/src/dropcursor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const Dropcursor = Extension.create<DropcursorOptions>({
name: 'dropCursor',

defaultOptions: {
color: 'black',
color: 'currentcolor',
width: 1,
class: null,
},
Expand Down

0 comments on commit 1aabaf1

Please sign in to comment.