mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 14:08:41 -09:00
remove raf to print the chars to the screen as soon as possible
This commit is contained in:
parent
d47aa4470a
commit
335562880c
1 changed files with 1 additions and 3 deletions
|
|
@ -111,9 +111,7 @@ export default class Term extends Component {
|
||||||
}
|
}
|
||||||
|
|
||||||
write(data) {
|
write(data) {
|
||||||
requestAnimationFrame(() => {
|
this.term.io.writeUTF8(data);
|
||||||
this.term.io.writeUTF8(data);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
focus() {
|
focus() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue