fix: update input flow

This commit is contained in:
2026-06-25 19:55:00 +05:00
parent 9a7d793d7e
commit 0928eba0e3
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -42,6 +42,7 @@ function initKeyboardBridge() {
const line = buffer;
buffer = "";
InputModule.submitLocal(line);
InputModule.updateLocalDisplay("");
} else if (e.key === "Escape") {
buffer = "";
InputModule.clear();