code style

This commit is contained in:
Philipp Kühn
2021-06-14 16:00:32 +02:00
parent 1aabaf1b5d
commit acd789be0a

View File

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