pull/1499/head
Guillermo Bueno Vargas 1 year ago
parent 3f627a07ad
commit f8d1487f8d
  1. 1
      lib/src/widgets/text_selection.dart

@ -793,7 +793,6 @@ class _EditorTextSelectionGestureDetectorState
} }
if (_doubleTapTimer != null && if (_doubleTapTimer != null &&
_isWithinDoubleTapTolerance(details.globalPosition)) { _isWithinDoubleTapTolerance(details.globalPosition)) {
widget.onSecondaryDoubleTapDown?.call(details); widget.onSecondaryDoubleTapDown?.call(details);
_doubleTapTimer!.cancel(); _doubleTapTimer!.cancel();

Loading…
Cancel
Save