1
0
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-08-22 10:31:50 +00:00

Merge pull request from PhillipLangMartinez/bugfix/missing-import-highlight

missing import highlight
This commit is contained in:
AlphaX-Projects
2023-01-31 12:05:44 +01:00
committed by GitHub

@@ -28,6 +28,8 @@ import '@vaadin/grid'
import StarterKit from '@tiptap/starter-kit' import StarterKit from '@tiptap/starter-kit'
import Underline from '@tiptap/extension-underline'; import Underline from '@tiptap/extension-underline';
import Placeholder from '@tiptap/extension-placeholder' import Placeholder from '@tiptap/extension-placeholder'
import Highlight from '@tiptap/extension-highlight'
import { Editor, Extension } from '@tiptap/core' import { Editor, Extension } from '@tiptap/core'
const parentEpml = new Epml({ type: 'WINDOW', source: window.parent }) const parentEpml = new Epml({ type: 'WINDOW', source: window.parent })