Skip to content

Commit

Permalink
feat: support selecting word on iOS throught long pressing (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 authored Feb 27, 2024
1 parent 9d90053 commit 9b9b2e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ class _MobileSelectionServiceWidgetState
}

void _onLongPressStart(LongPressStartDetails details) {
if (!Platform.isAndroid) {
if (!Platform.isAndroid && !Platform.isIOS) {
return;
}

Expand Down

0 comments on commit 9b9b2e7

Please sign in to comment.