mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 00:35:50 +01:00
refactor(views): move full height detection to rendererer
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user