refac: prompt editor styling

This commit is contained in:
Timothy Jaeryang Baek
2024-11-10 18:33:21 -08:00
parent 0cc6e20d65
commit 8d1e6f331b
2 changed files with 40 additions and 48 deletions

View File

@@ -59,5 +59,7 @@
</script>
<div class="w-full max-h-full">
<PromptEditor {prompt} {onSubmit} />
{#key prompt}
<PromptEditor {prompt} {onSubmit} />
{/key}
</div>