mirror of
https://github.com/immich-app/immich.git
synced 2026-02-28 01:29:04 +03:00
fix(web): single select scroll behavior (#26358)
refactor(timeline): remove single select scroll behavior
This commit is contained in:
@@ -419,11 +419,6 @@
|
|||||||
}
|
}
|
||||||
onSelect(asset);
|
onSelect(asset);
|
||||||
|
|
||||||
if (singleSelect) {
|
|
||||||
timelineManager.scrollTo(0);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const rangeSelection = assetInteraction.assetSelectionCandidates.length > 0;
|
const rangeSelection = assetInteraction.assetSelectionCandidates.length > 0;
|
||||||
const deselect = assetInteraction.hasSelectedAsset(asset.id);
|
const deselect = assetInteraction.hasSelectedAsset(asset.id);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user