mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Extract WYSIWYG code from Html.js into HtmlEditor.js
This commit is contained in:
parent
2084913a4d
commit
809fca73a0
5 changed files with 168 additions and 165 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue