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

@@ -243,10 +243,6 @@ export default class GeoView extends ViewMode<MapData> {
}
}
get isFullHeight(): boolean {
return true;
}
#changeState(newState: State) {
this._state = newState;
this.$container.toggleClass("placing-note", newState === State.NewNote);