mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
unvendor: Replace morphdom
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { hljs } from '../../../../lib.js';
|
||||
import { hljs, morphdom } from '../../../../lib.js';
|
||||
import { POPUP_RESULT, POPUP_TYPE, Popup } from '../../../popup.js';
|
||||
import { setSlashCommandAutoComplete } from '../../../slash-commands.js';
|
||||
import { SlashCommandAbortController } from '../../../slash-commands/SlashCommandAbortController.js';
|
||||
@ -12,7 +12,6 @@ import { SlashCommandParserError } from '../../../slash-commands/SlashCommandPar
|
||||
import { SlashCommandScope } from '../../../slash-commands/SlashCommandScope.js';
|
||||
import { debounce, delay, getSortableDelay, showFontAwesomePicker } from '../../../utils.js';
|
||||
import { log, quickReplyApi, warn } from '../index.js';
|
||||
import morphdom from '../lib/morphdom-esm.js';
|
||||
import { QuickReplyContextLink } from './QuickReplyContextLink.js';
|
||||
import { QuickReplySet } from './QuickReplySet.js';
|
||||
import { ContextMenu } from './ui/ctx/ContextMenu.js';
|
||||
|
Reference in New Issue
Block a user