comment fix

This commit is contained in:
Jörg Breitbart
2022-09-29 10:46:25 +02:00
parent 193d305dcd
commit 150499b7e5
+1 -1
View File
@@ -106,7 +106,7 @@ export class WriteBuffer {
this._bufferOffset = 0;
// If this is the first write call after the user has done some input,
// parse it immediately to minimize reduce input,
// parse it immediately to minimize input latency,
// otherwise schedule for the next event
if (this._didUserInput) {
this._didUserInput = false;