Extract WYSIWYG code from Html.js into HtmlEditor.js

This commit is contained in:
the-djmaze 2024-02-05 14:10:58 +01:00
parent 2084913a4d
commit 809fca73a0
5 changed files with 168 additions and 165 deletions

View file

@ -1,7 +1,7 @@
import 'External/ko';
import ko from 'ko';
import { RFC822 } from 'Common/File';
import { HtmlEditor } from 'Common/Html';
import { HtmlEditor } from 'Common/HtmlEditor';
import { timeToNode } from 'Common/Translator';
import { doc, elementById, addEventsListeners, dropdowns, leftPanelDisabled } from 'Common/Globals';
import { EmailAddressesComponent } from 'Component/EmailAddresses';