diff --git a/lib/src/widgets/text_selection.dart b/lib/src/widgets/text_selection.dart index 986c6f24..a4285308 100644 --- a/lib/src/widgets/text_selection.dart +++ b/lib/src/widgets/text_selection.dart @@ -793,7 +793,6 @@ class _EditorTextSelectionGestureDetectorState } if (_doubleTapTimer != null && _isWithinDoubleTapTolerance(details.globalPosition)) { - widget.onSecondaryDoubleTapDown?.call(details); _doubleTapTimer!.cancel();