web: default to open sidebar
This commit is contained in:
parent
4fde1b7365
commit
b6c8c319e5
|
@ -8,7 +8,7 @@ import "../elements/sidebar/SidebarHamburger";
|
||||||
|
|
||||||
export abstract class Interface extends LitElement {
|
export abstract class Interface extends LitElement {
|
||||||
@property({type: Boolean})
|
@property({type: Boolean})
|
||||||
sidebarOpen?: boolean;
|
sidebarOpen: boolean = true;
|
||||||
|
|
||||||
abstract get sidebar(): SidebarItem[];
|
abstract get sidebar(): SidebarItem[];
|
||||||
|
|
||||||
|
|
Reference in New Issue