Skip to content

Commit

Permalink
fix: [MDS-1033] Fix popover closing automatically on tap outside. (#381)
Browse files Browse the repository at this point in the history
Co-authored-by: Birgitt Majas <birgitt.majas@yolo.com>
  • Loading branch information
GittHub-d and Birgitt Majas committed Mar 13, 2024
1 parent 45cd3ea commit e696219
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/widgets/popover/popover.dart
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ class MoonPopoverState extends State<MoonPopover> with RouteAware, SingleTickerP

void _handleTapOutside() {
widget.onTapOutside?.call();
_removePopover();
}

void _clearOverlayEntry() {
Expand Down

0 comments on commit e696219

Please sign in to comment.