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:
Snowknight26 2024-05-29 11:05:28 -05:00 committed by GitHub
parent 5463660746
commit 416399499b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 13 deletions

View file

@ -102,7 +102,6 @@
const dispatch = createEventDispatcher<{
close: void;
closeViewer: void;
}>();
const getMegapixel = (width: number, height: number): number | undefined => {