add new commands to all extensions

This commit is contained in:
Philipp Kühn
2018-10-28 21:59:08 +01:00
parent d2519c2953
commit dcba6686dc
16 changed files with 37 additions and 38 deletions

View File

@@ -1,6 +1,5 @@
import { Extension } from 'tiptap'
import { history, undo, redo } from 'prosemirror-history'
import { setBlockType, textblockTypeInputRule, toggleBlockType } from 'tiptap-commands'
export default class History extends Extension {