mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-25 17:38:51 +00:00
web/dialog: fix meowbalt not being displayed on nojs popup
This commit is contained in:
@@ -39,7 +39,10 @@
|
||||
>
|
||||
{#if meowbalt}
|
||||
<div class="meowbalt-container">
|
||||
<Meowbalt emotion={meowbalt} />
|
||||
<Meowbalt
|
||||
emotion={meowbalt}
|
||||
forceLoaded={id === 'nojs-dialog'}
|
||||
/>
|
||||
</div>
|
||||
{/if}
|
||||
<div class="dialog-inner-container">
|
||||
|
||||
Reference in New Issue
Block a user