Skip to content

Commit

Permalink
Fixed wals not loading when you first open the space
Browse files Browse the repository at this point in the history
  • Loading branch information
Zequez committed Dec 8, 2024
1 parent 3200e8c commit 4fb7788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/GameSpace/elements/EmbedWal/Element.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
const { weaveClient } = getContext();
// Track the previous wals to detect changes
let previousWals = el.wals;
let previousWals: string[] = [];
// Only recompute firstValidAsset if el.wals changes
let firstValidAssetSrc: string | null = null;
Expand Down

0 comments on commit 4fb7788

Please sign in to comment.