fix(web): single select scroll behavior (#26358)

refactor(timeline): remove single select scroll behavior
This commit is contained in:
Timon 2026-02-19 21:21:03 +01:00 committed by GitHub
parent a43680c8b1
commit 8eec3c810e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -419,11 +419,6 @@
}
onSelect(asset);
if (singleSelect) {
timelineManager.scrollTo(0);
return;
}
const rangeSelection = assetInteraction.assetSelectionCandidates.length > 0;
const deselect = assetInteraction.hasSelectedAsset(asset.id);