mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Resolve #750
This commit is contained in:
parent
4709e6fc25
commit
b2e111fc14
2 changed files with 3 additions and 3 deletions
4
dev/External/User/ko.js
vendored
4
dev/External/User/ko.js
vendored
|
|
@ -81,8 +81,8 @@ Object.assign(ko.bindingHandlers, {
|
|||
let editor = null;
|
||||
|
||||
const fValue = fValueAccessor(),
|
||||
fUpdateEditorValue = () => fValue?.__editor?.setHtmlOrPlain(fValue()),
|
||||
fUpdateKoValue = () => fValue?.__editor && fValue(fValue.__editor.getDataWithHtmlMark()),
|
||||
fUpdateEditorValue = () => fValue.__editor?.setHtmlOrPlain(fValue()),
|
||||
fUpdateKoValue = () => fValue.__editor && fValue(fValue.__editor.getDataWithHtmlMark()),
|
||||
fOnReady = () => {
|
||||
fValue.__editor = editor;
|
||||
fUpdateEditorValue();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue