struggle
This commit is contained in:
@@ -27,6 +27,10 @@ export class TerminalLayout {
|
||||
}
|
||||
}
|
||||
|
||||
getBlock(name: string) {
|
||||
return this.blocks[name];
|
||||
}
|
||||
|
||||
requestRender() {
|
||||
if (this.debounceTimer !== null) {
|
||||
clearTimeout(this.debounceTimer);
|
||||
|
Reference in New Issue
Block a user