This commit is contained in:
timonrieger
2026-06-12 03:28:43 +02:00
parent dc19517937
commit e4e3000bdd
@@ -81,8 +81,9 @@
//TODO: replace this with async derived in svelte 6
$effect(() => {
const asset = assetViewerManager.asset;
if (asset) handlePromiseError(loadCloseAssets(asset));
if (asset) {
handlePromiseError(loadCloseAssets(asset));
}
});
const handleRandom = async () => {