diff --git a/lib/src/editor/editor_component/service/selection/mobile_selection_service.dart b/lib/src/editor/editor_component/service/selection/mobile_selection_service.dart index 29170455c..569763b8b 100644 --- a/lib/src/editor/editor_component/service/selection/mobile_selection_service.dart +++ b/lib/src/editor/editor_component/service/selection/mobile_selection_service.dart @@ -524,7 +524,7 @@ class _MobileSelectionServiceWidgetState } void _onLongPressStart(LongPressStartDetails details) { - if (!Platform.isAndroid) { + if (!Platform.isAndroid && !Platform.isIOS) { return; }