1
0
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:
Alexander Skvortsov
2020-08-09 23:54:37 -04:00
committed by Franz Liedke
parent d1a1277f88
commit 090df13e7f

View File

@@ -58,7 +58,7 @@ class ComposerState {
// on a blank slate.
if (this.isVisible()) {
this.clear();
m.redraw(true);
m.redraw.sync();
}
this.body = body;