Skip to content

Commit

Permalink
Fix background bug
Browse files Browse the repository at this point in the history
  • Loading branch information
blaumeise20 committed Dec 15, 2022
1 parent 6a46e7d commit 818485b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
return;
}} />

{#if $config.mainScreenBackground}
{#if $config.mainScreenBackground && layers.peek() !== "editor"}
<div class="bg-image"></div>
{/if}

Expand Down

0 comments on commit 818485b

Please sign in to comment.