mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-15 02:59:01 +08:00
fixed line-break
This commit is contained in:
parent
38a58ac7ac
commit
c566fa619f
@ -1,5 +1,7 @@
|
||||
import { Extension } from 'tiptap'
|
||||
import { history, undo, redo, undoDepth, redoDepth } from 'prosemirror-history'
|
||||
import {
|
||||
history, undo, redo, undoDepth, redoDepth,
|
||||
} from 'prosemirror-history'
|
||||
|
||||
export default class History extends Extension {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user