Skip to content

Commit

Permalink
chore: revert a change in #2026 (see comment https://github.com/singe…
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Oct 27, 2024
1 parent f8257ed commit 95a31af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/editor/widgets/text/text_selection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ class EditorTextSelectionOverlay {

/// Builds the handles by inserting them into the [context]'s overlay.
void showHandles() {
if (_handles != null) return;
assert(_handles == null, 'Handles should be null.');
_handles = <OverlayEntry>[
OverlayEntry(
builder: (context) =>
Expand Down

0 comments on commit 95a31af

Please sign in to comment.