fix(terminal): schedule frame before flushing buffered output
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
0eff404323
commit
1745bab204
1 changed files with 1 additions and 0 deletions
|
|
@ -458,6 +458,7 @@ class TerminalModel with ChangeNotifier {
|
|||
_markViewReady();
|
||||
}
|
||||
});
|
||||
WidgetsBinding.instance.ensureVisualUpdate();
|
||||
}
|
||||
|
||||
void _markViewReady() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue