try to improve react support

This commit is contained in:
Philipp Kühn
2021-03-08 13:19:05 +01:00
parent 48c747be02
commit c20b43aa6c
14 changed files with 797 additions and 197 deletions

View File

@@ -0,0 +1,5 @@
import { Editor as CoreEditor } from '@tiptap/core'
export class Editor extends CoreEditor {
public contentComponent: any | null = null
}