fix: file drop

This commit is contained in:
Timothy Jaeryang Baek
2024-11-17 22:06:58 -08:00
parent 0faa39ace9
commit ecf21de28f
2 changed files with 11 additions and 15 deletions

View File

@@ -89,7 +89,7 @@
});
</script>
{#key mounted}
{#if mounted}
<div class="m-auto w-full max-w-6xl px-2 xl:px-20 translate-y-6 py-24 text-center">
{#if $temporaryChatEnabled}
<Tooltip
@@ -227,4 +227,4 @@
</div>
</div>
</div>
{/key}
{/if}