Skip to content

Commit

Permalink
Fixed #10884 - p-sidebar not trigger visibleChange output event
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Nov 30, 2021
1 parent 572abd0 commit f89885f
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 @@ -178,6 +178,7 @@ export class Sidebar implements AfterViewInit, AfterContentInit, OnDestroy {
}

this.onShow.emit({});
this.visibleChange.emit(true);
}

hide() {
Expand Down

0 comments on commit f89885f

Please sign in to comment.