mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
emit openChange when toggling (#4237)
This commit is contained in:
@@ -29,5 +29,6 @@ export class OrgSwitcherComponent {
|
||||
protected toggle(event?: MouseEvent) {
|
||||
event?.stopPropagation();
|
||||
this.open = !this.open;
|
||||
this.openChange.emit(this.open);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user