This commit is contained in:
2025-04-24 21:40:59 -06:00
parent 7d42920dcb
commit 2634f40f2b
7 changed files with 68 additions and 23 deletions

View File

@@ -27,6 +27,10 @@ export class TerminalLayout {
}
}
getBlock(name: string) {
return this.blocks[name];
}
requestRender() {
if (this.debounceTimer !== null) {
clearTimeout(this.debounceTimer);