Skip to content

Commit 51ac19d

Browse files
committed
- cleanup
1 parent 14bbd4c commit 51ac19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/lib/components/photos-page/asset-grid.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416
const onStackAssets = async () => {
417417
const result = await stackAssets(assetInteraction.selectedAssets);
418418
419-
timelineManager.stackAssets(result); //updateStackedAssetInTimeline(timelineManager, result);
419+
timelineManager.stackAssets(result);
420420
421421
onEscape();
422422
};

0 commit comments

Comments
 (0)