Fix var not updating the display

This commit is contained in:
kwaroran
2024-04-27 06:27:16 +09:00
parent 94c1b33d14
commit dffd424f0c

View File

@@ -260,11 +260,14 @@
style:font-size="{0.875 * ($DataBase.zoomsize / 100)}rem" style:font-size="{0.875 * ($DataBase.zoomsize / 100)}rem"
style:line-height="{1.25 * ($DataBase.zoomsize / 100)}rem" style:line-height="{1.25 * ($DataBase.zoomsize / 100)}rem"
> >
{#await markParsing(msgDisplay, character, 'normal', idx, translated)} {#key $CurrentVariablePointer}
{@html lastParsed} {#await markParsing(msgDisplay, character, 'normal', idx, translated)}
{:then md} {@html lastParsed}
{@html md} {:then md}
{/await} {@html md}
{/await}
{/key}
</span> </span>
{/if} {/if}
</span> </span>