remove prosemirror-dropcursor for now
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"prosemirror-commands": "^1.0.7",
|
||||
"prosemirror-dropcursor": "^1.0.1",
|
||||
"prosemirror-gapcursor": "^1.0.2",
|
||||
"prosemirror-history": "^1.0.2",
|
||||
"prosemirror-inputrules": "^1.0.1",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { EditorState, Plugin } from 'prosemirror-state'
|
||||
import { EditorView } from 'prosemirror-view'
|
||||
import { Schema, DOMParser } from 'prosemirror-model'
|
||||
import { dropCursor } from 'prosemirror-dropcursor'
|
||||
import { gapCursor } from 'prosemirror-gapcursor'
|
||||
import { history } from 'prosemirror-history'
|
||||
import { keymap } from 'prosemirror-keymap'
|
||||
@@ -165,7 +164,6 @@ export default {
|
||||
...this.keymaps,
|
||||
keymap(builtInKeymap),
|
||||
keymap(baseKeymap),
|
||||
dropCursor(),
|
||||
gapCursor(),
|
||||
history(),
|
||||
new Plugin({
|
||||
|
||||
Reference in New Issue
Block a user