mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Added Squire HTML editor as lightweight fast alternative solution for the heavy CKEditor
Some features are still missing (as i need to create own UI) Enable in: [labs] use_squire_html_editor = On
This commit is contained in:
parent
90acc04750
commit
540c70ecbf
8 changed files with 397 additions and 83 deletions
|
|
@ -202,10 +202,8 @@ win.__initAppData = appData => {
|
|||
})
|
||||
.then(() => loadScript(appData.StaticEditorJsLink))
|
||||
.then(() => {
|
||||
if (win.CKEDITOR && win.__initEditor) {
|
||||
win.__initEditor();
|
||||
win.__initEditor = null;
|
||||
}
|
||||
win.__initEditor && win.__initEditor();
|
||||
win.__initEditor = null;
|
||||
});
|
||||
} else {
|
||||
runMainBoot(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue