feat(views/calendar): make calendar full height

This commit is contained in:
Elian Doran
2025-02-21 17:17:53 +02:00
parent 300bb561bb
commit 710cf68c06
4 changed files with 21 additions and 1 deletions

View File

@@ -21,4 +21,9 @@ export default abstract class ViewMode {
// Do nothing by default.
}
get isFullHeight() {
// Override to change its value.
return false;
}
}