Skip to content

Commit

Permalink
🐞 Fix: PopoverView Event Bubbling
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Aug 26, 2022
1 parent eb81017 commit 0b985ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/PopoverView/PopoverView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,10 @@ export class PopoverView extends

_handleOnPopoverDidHide: OnPopoverDidHideEvent = (event) => {
this.props.onPopoverDidHide?.(event);
event.stopPropagation();

Helpers.setStateAsync(this, {mountPopover: false});
};

//#endregion

render(){
Expand Down

0 comments on commit 0b985ac

Please sign in to comment.