Forgot to bind innerWidth for loading Globe assets 😬

This commit is contained in:
2022-09-24 23:46:22 +02:00
parent 71625dbce0
commit 8247d481a1

View File

@@ -103,7 +103,7 @@
} }
</script> </script>
<svelte:window <svelte:window bind:innerWidth
on:resize={resize} on:resize={resize}
/> />