Skip to content

Commit

Permalink
Fixed #10234 - Sidebar's Overlay not removing when closing with cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed May 13, 2021
1 parent c1740be commit 58d945c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/sidebar/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export class Sidebar implements AfterViewInit, AfterContentInit, OnDestroy {
}
break;

case 'hidden':
case 'void':
this.hide();
this.unbindGlobalListeners();
break;
Expand Down

0 comments on commit 58d945c

Please sign in to comment.