mirror of
https://github.com/immich-app/immich.git
synced 2025-11-27 07:10:00 +09:00
fix(web): navigate to the correct URL when unstacking from the asset viewer (#9841)
fix(web): navigate to the correct URL on unstack
This commit is contained in:
@@ -102,7 +102,6 @@
|
||||
|
||||
const dispatch = createEventDispatcher<{
|
||||
close: void;
|
||||
closeViewer: void;
|
||||
}>();
|
||||
|
||||
const getMegapixel = (width: number, height: number): number | undefined => {
|
||||
|
||||
Reference in New Issue
Block a user