fix background problem

This commit is contained in:
kwaroran
2024-07-29 01:11:10 +09:00
parent 4381694089
commit fe5e3f7ff3

View File

@@ -42,6 +42,7 @@
{#if backgroundHTML || $moduleBackgroundEmbedding} {#if backgroundHTML || $moduleBackgroundEmbedding}
{#if $selectedCharID > -1}
{#key $CurrentVariablePointer} {#key $CurrentVariablePointer}
{#key $ReloadGUIPointer} {#key $ReloadGUIPointer}
<div class="absolute top-0 left-0 w-full h-full"> <div class="absolute top-0 left-0 w-full h-full">
@@ -51,4 +52,5 @@
</div> </div>
{/key} {/key}
{/key} {/key}
{/if}
{/if} {/if}