Merge pull request #1444 from shadow-light/patch-2

Make drop cursor default to regular caret color
This commit is contained in:
Philipp Kühn
2021-06-14 15:59:53 +02:00
committed by GitHub

View File

@@ -11,7 +11,7 @@ export const Dropcursor = Extension.create<DropcursorOptions>({
name: 'dropCursor',
defaultOptions: {
color: 'black',
color: 'currentcolor',
width: 1,
class: null,
},