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

@ -11,7 +11,8 @@ import {
} from 'Common/EnumsUser';
import { pInt, isArray, arrayLength, b64Encode } from 'Common/Utils';
import { encodeHtml, HtmlEditor, htmlToPlain } from 'Common/Html';
import { encodeHtml, htmlToPlain } from 'Common/Html';
import { HtmlEditor } from 'Common/HtmlEditor';
import { koArrayWithDestroy, addObservablesTo, addComputablesTo, addSubscribablesTo } from 'External/ko';
import { UNUSED_OPTION_VALUE } from 'Common/Consts';