refactor(views): move full height detection to rendererer

This commit is contained in:
Elian Doran
2025-07-14 12:56:17 +03:00
parent b29c3eff6e
commit 8c56315313
5 changed files with 7 additions and 18 deletions

View File

@@ -120,10 +120,6 @@ export default class TableView extends ViewMode<StateInfo> {
args.$parent.append(this.$root);
}
get isFullHeight(): boolean {
return true;
}
async renderList() {
this.$container.empty();
this.renderTable(this.$container[0]);