mirror of
https://github.com/immich-app/immich.git
synced 2026-02-21 10:10:33 +09: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);
|
||||
|
||||
if (singleSelect) {
|
||||
timelineManager.scrollTo(0);
|
||||
return;
|
||||
}
|
||||
|
||||
const rangeSelection = assetInteraction.assetSelectionCandidates.length > 0;
|
||||
const deselect = assetInteraction.hasSelectedAsset(asset.id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user