add TrailingNode extension

This commit is contained in:
Philipp Kühn
2019-07-23 18:30:59 +02:00
parent 6049b5a318
commit 48cc408a97
3 changed files with 64 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ import {
Bold,
Italic,
History,
TrailingNode,
} from 'tiptap-extensions'
import Iframe from './Iframe.js'
@@ -28,6 +29,7 @@ export default {
new Bold(),
new Italic(),
new History(),
new TrailingNode(),
// custom extension
new Iframe(),
],