fix, desktop touchscreen support long press
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
f3e13cd9dd
commit
96e3d9496d
@ -157,9 +157,6 @@ class _RawTouchGestureDetectorRegionState
|
|||||||
if (lastDeviceKind != PointerDeviceKind.touch) {
|
if (lastDeviceKind != PointerDeviceKind.touch) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (isDesktop) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (handleTouch) {
|
if (handleTouch) {
|
||||||
ffi.cursorModel
|
ffi.cursorModel
|
||||||
.move(_cacheLongPressPosition.dx, _cacheLongPressPosition.dy);
|
.move(_cacheLongPressPosition.dx, _cacheLongPressPosition.dy);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user