feat: remove deprecated commands insertHTML, insertNode and insertText

This commit is contained in:
Philipp Kühn
2021-05-05 20:50:01 +02:00
parent dd568dedea
commit 86d570fb79
4 changed files with 0 additions and 94 deletions

View File

@@ -13,9 +13,6 @@ import * as first from '../commands/first'
import * as focus from '../commands/focus'
import * as insertContent from '../commands/insertContent'
import * as insertContentAt from '../commands/insertContentAt'
import * as insertHTML from '../commands/insertHTML'
import * as insertNode from '../commands/insertNode'
import * as insertText from '../commands/insertText'
import * as joinBackward from '../commands/joinBackward'
import * as joinForward from '../commands/joinForward'
import * as keyboardShortcut from '../commands/keyboardShortcut'
@@ -66,9 +63,6 @@ export { first }
export { focus }
export { insertContent }
export { insertContentAt }
export { insertHTML }
export { insertNode }
export { insertText }
export { joinBackward }
export { joinForward }
export { keyboardShortcut }
@@ -124,9 +118,6 @@ export const Commands = Extension.create({
...focus,
...insertContent,
...insertContentAt,
...insertHTML,
...insertNode,
...insertText,
...joinBackward,
...joinForward,
...keyboardShortcut,