unvendor: Replace morphdom

This commit is contained in:
Cohee
2024-10-17 11:12:22 +00:00
parent e919034132
commit e03e32d66a
6 changed files with 12 additions and 792 deletions

View File

@ -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';