mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-03-13 11:12:32 +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 { Editor, Extension } from '@tiptap/core'
|
||||
import Highlight from '@tiptap/extension-highlight'
|
||||
const parentEpml = new Epml({ type: 'WINDOW', source: window.parent })
|
||||
|
||||
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