fix(mobile): scroll stickiness (#8166)

This commit is contained in:
Alex 2024-03-21 21:58:40 -05:00 committed by GitHub
parent 2641185af2
commit 944b33983c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 19 deletions

View file

@ -80,7 +80,6 @@ class _AssetDragRegionState extends State<AssetDragRegion> {
recognizer.onLongPressMoveUpdate = (details) => _onLongPressMove(details);
recognizer.onLongPressStart = (details) => _onLongPressStart(details);
recognizer.onLongPressUp = _onLongPressEnd;
recognizer.onLongPressCancel = _onLongPressEnd;
}
AssetIndex? _getValueKeyAtPositon(Offset position) {