Skip to content

Commit

Permalink
Fixed #14450
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Jan 4, 2024
1 parent 0d04b3e commit 29508c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/sidebar/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ export class Sidebar implements AfterViewInit, AfterContentInit, OnDestroy {
onAnimationEnd(event: any) {
switch (event.toState) {
case 'void':
this.hide(false);
ZIndexUtils.clear(this.container);
this.unbindGlobalListeners();
break;
Expand Down

0 comments on commit 29508c2

Please sign in to comment.