Console focus & closing fixes

This commit is contained in:
Luke Street
2026-06-02 00:40:49 -06:00
parent 91e77b1051
commit e17d0f21fc
6 changed files with 39 additions and 43 deletions
+1
View File
@@ -68,6 +68,7 @@ void Document::show() {
focus();
}
}
mPendingClose = false;
}
void Document::hide(bool close) {