mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Resolve #750
This commit is contained in:
parent
4709e6fc25
commit
b2e111fc14
2 changed files with 3 additions and 3 deletions
|
|
@ -641,8 +641,8 @@ export class HtmlEditor {
|
|||
this.blurTrigger();
|
||||
this.onModeChange?.(!this.isPlain());
|
||||
});
|
||||
onReady.forEach(fn => fn());
|
||||
this.onReady = fn => fn();
|
||||
onReady.forEach(fn => fn());
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue