adjust kScaleSlop

This commit is contained in:
csf 2022-04-22 14:20:39 +08:00
parent 9f6254cc82
commit b161b696b6

View File

@ -11,7 +11,7 @@ enum CustomTouchGestureState {
twoFingerPan
}
const kScaleSlop = kPrecisePointerPanSlop / 10;
const kScaleSlop = kPrecisePointerPanSlop / 15;
class CustomTouchGestureRecognizer extends ScaleGestureRecognizer {
CustomTouchGestureRecognizer({