mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-05-08 15:18:13 +03:00
fix(terminal): schedule frame before flushing buffered output
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -458,6 +458,7 @@ class TerminalModel with ChangeNotifier {
|
|||||||
_markViewReady();
|
_markViewReady();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
WidgetsBinding.instance.ensureVisualUpdate();
|
||||||
}
|
}
|
||||||
|
|
||||||
void _markViewReady() {
|
void _markViewReady() {
|
||||||
|
|||||||
Reference in New Issue
Block a user