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