1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-27 05:11:11 +02:00

feat(web): Implement keep this delete others for asset stacks (#14217)

This commit is contained in:
Braydon Davis
2024-11-19 09:54:35 -07:00
committed by GitHub
parent bcd17c2ebe
commit 1737013e66
7 changed files with 65 additions and 0 deletions

View File

@ -379,6 +379,7 @@
break;
}
case AssetAction.KEEP_THIS_DELETE_OTHERS:
case AssetAction.UNSTACK: {
closeViewer();
}