Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed Jan 25, 2024
1 parent ed008e4 commit d0a07a7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export class NetworkSelector extends LitElement {
private _selectOption(option: Domain, event: Event): void {
event.stopPropagation();
this.selectedNetwork = option;
this.onNetworkSelected?.(option);
this._isDropdownOpen = false;
}

Expand Down

0 comments on commit d0a07a7

Please sign in to comment.