|
|
@ -591,6 +591,7 @@ class _QuillEditorSelectionGestureDetectorBuilder |
|
|
|
|
|
|
|
|
|
|
|
editor!.hideToolbar(); |
|
|
|
editor!.hideToolbar(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
try { |
|
|
|
if (delegate.selectionEnabled && !_isPositionSelected(details)) { |
|
|
|
if (delegate.selectionEnabled && !_isPositionSelected(details)) { |
|
|
|
final _platform = Theme.of(_state.context).platform; |
|
|
|
final _platform = Theme.of(_state.context).platform; |
|
|
|
if (isAppleOS(_platform)) { |
|
|
|
if (isAppleOS(_platform)) { |
|
|
@ -628,8 +629,10 @@ class _QuillEditorSelectionGestureDetectorBuilder |
|
|
|
..onSelectionCompleted(); |
|
|
|
..onSelectionCompleted(); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} finally { |
|
|
|
_state._requestKeyboard(); |
|
|
|
_state._requestKeyboard(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@override |
|
|
|
@override |
|
|
|
void onSingleLongTapStart(LongPressStartDetails details) { |
|
|
|
void onSingleLongTapStart(LongPressStartDetails details) { |
|
|
|