[TASK] refactor sidebar
This commit is contained in:
@ -17,10 +17,6 @@ export class Sidebar {
|
||||
this.isOpen = false;
|
||||
}
|
||||
|
||||
checkStatus(): Boolean {
|
||||
return this.isOpen;
|
||||
}
|
||||
|
||||
toggle() {
|
||||
this.isOpen = !this.isOpen;
|
||||
if(this.trigger) {
|
||||
|
Reference in New Issue
Block a user