mirror of
https://github.com/flarum/core.git
synced 2025-08-07 17:07:19 +02:00
fix: ComposerState (use m.redraw.sync() instead of m.redraw(true))
This commit is contained in:
committed by
Franz Liedke
parent
d1a1277f88
commit
090df13e7f
@@ -58,7 +58,7 @@ class ComposerState {
|
||||
// on a blank slate.
|
||||
if (this.isVisible()) {
|
||||
this.clear();
|
||||
m.redraw(true);
|
||||
m.redraw.sync();
|
||||
}
|
||||
|
||||
this.body = body;
|
||||
|
Reference in New Issue
Block a user