mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-29 06:17:51 +00:00
Fix error due to duplicate line
SyntaxError: Identifier 'Highlight' has already been declared
This commit is contained in:
parent
4edf96d13a
commit
96e235ef92
@ -32,7 +32,6 @@ import Placeholder from '@tiptap/extension-placeholder'
|
|||||||
import Highlight from '@tiptap/extension-highlight'
|
import Highlight from '@tiptap/extension-highlight'
|
||||||
|
|
||||||
import { Editor, Extension } from '@tiptap/core'
|
import { Editor, Extension } from '@tiptap/core'
|
||||||
import Highlight from '@tiptap/extension-highlight'
|
|
||||||
const parentEpml = new Epml({ type: 'WINDOW', source: window.parent })
|
const parentEpml = new Epml({ type: 'WINDOW', source: window.parent })
|
||||||
|
|
||||||
class Chat extends LitElement {
|
class Chat extends LitElement {
|
||||||
@ -982,4 +981,4 @@ class Chat extends LitElement {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
window.customElements.define('q-chat', Chat)
|
window.customElements.define('q-chat', Chat)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user