Skip to content

Commit

Permalink
fix: Dismiss tooltips when top bar is dismissed
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa committed Jan 26, 2025
1 parent 876ca7b commit 2c0ab95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widgets/desktop_buttons.dart
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ class _WindowButtonsState extends State<WindowButtons>
}

Future<void> dismissOverlayEntry() async {
Tooltip.dismissAllToolTips();
await _animationController.reverse();
_overlayEntry?.remove();
_overlayEntry = null;
Expand Down

0 comments on commit 2c0ab95

Please sign in to comment.