mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00: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:
parent
5463660746
commit
416399499b
2 changed files with 2 additions and 13 deletions
|
|
@ -102,7 +102,6 @@
|
|||
|
||||
const dispatch = createEventDispatcher<{
|
||||
close: void;
|
||||
closeViewer: void;
|
||||
}>();
|
||||
|
||||
const getMegapixel = (width: number, height: number): number | undefined => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue