Skip to content

Commit

Permalink
hide magnifier when enter toolbar overlay is hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
mtallenca committed Dec 1, 2024
1 parent 2f136c9 commit 9293804
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/editor/widgets/text/text_selection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,9 @@ class EditorTextSelectionOverlay {
_handles![1].remove();
_handles = null;
}
if (_magnifierController.overlayEntry != null) {
_magnifierController.hide();
}
if (toolbar != null) {
hideToolbar();
}
Expand Down

0 comments on commit 9293804

Please sign in to comment.