move history plugin to extension package
This commit is contained in:
@@ -53,6 +53,7 @@ import {
|
||||
Code,
|
||||
Italic,
|
||||
Link,
|
||||
History,
|
||||
} from 'tiptap-extensions'
|
||||
|
||||
export default {
|
||||
@@ -76,6 +77,7 @@ export default {
|
||||
new Code(),
|
||||
new Italic(),
|
||||
new Link(),
|
||||
new History(),
|
||||
],
|
||||
linkUrl: null,
|
||||
linkMenuIsActive: false,
|
||||
|
||||
Reference in New Issue
Block a user