mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
fix(web): single select scroll behavior (#26358)
refactor(timeline): remove single select scroll behavior
This commit is contained in:
parent
a43680c8b1
commit
8eec3c810e
1 changed files with 0 additions and 5 deletions
|
|
@ -419,11 +419,6 @@
|
|||
}
|
||||
onSelect(asset);
|
||||
|
||||
if (singleSelect) {
|
||||
timelineManager.scrollTo(0);
|
||||
return;
|
||||
}
|
||||
|
||||
const rangeSelection = assetInteraction.assetSelectionCandidates.length > 0;
|
||||
const deselect = assetInteraction.hasSelectedAsset(asset.id);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue