[fix] backgroundHTML Reloading

This commit is contained in:
kwaroran
2023-07-23 07:34:10 +09:00
parent bd88328538
commit 86521f6a65
2 changed files with 5 additions and 1 deletions

View File

@@ -42,7 +42,7 @@
{#if backgroundHTML}
{#key currentChar.reloadKeys}
{#key currentChar}
<div class="absolute top-0 left-0 w-full h-full">
{#await ParseMarkdown(risuChatParser(backgroundHTML, {chara:currentChar}), currentChar, 'back') then md}
{@html md}