[TASK] refactor sidebar

This commit is contained in:
Marie Birner
2023-04-08 09:14:48 +02:00
parent b926605ab6
commit f1c812b436
3 changed files with 97 additions and 107 deletions

View File

@ -17,10 +17,6 @@ export class Sidebar {
this.isOpen = false;
}
checkStatus(): Boolean {
return this.isOpen;
}
toggle() {
this.isOpen = !this.isOpen;
if(this.trigger) {