mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(mobile): scroll stickiness (#8166)
This commit is contained in:
parent
2641185af2
commit
944b33983c
4 changed files with 13 additions and 19 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue