Merge pull request #5317 from dignow/fix/desktop_touchscreen_support_long_press
fix, desktop touchscreen support long press
This commit is contained in:
commit
46b3cf1871
1 changed files with 0 additions and 3 deletions
|
|
@ -157,9 +157,6 @@ class _RawTouchGestureDetectorRegionState
|
|||
if (lastDeviceKind != PointerDeviceKind.touch) {
|
||||
return;
|
||||
}
|
||||
if (isDesktop) {
|
||||
return;
|
||||
}
|
||||
if (handleTouch) {
|
||||
ffi.cursorModel
|
||||
.move(_cacheLongPressPosition.dx, _cacheLongPressPosition.dy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue