mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Try to fix HtmlEditor isHtml() issue with SquireUI
Real fix should be made with the wrong use of modeToggle()
This commit is contained in:
parent
9c18126843
commit
5d281486d0
3 changed files with 2 additions and 5 deletions
|
|
@ -762,7 +762,7 @@ class ComposePopupView extends AbstractViewNext {
|
|||
|
||||
onWarmUp() {
|
||||
if (this.modalVisibility && !this.modalVisibility()) {
|
||||
this.editor((editor) => editor.modeToggle(false));
|
||||
this.editor(editor => editor.modeToggle(false));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue