fix typo disableHighlight

This commit is contained in:
kwaroran
2024-11-04 15:30:52 +09:00
parent 911ff7fd8b
commit 106ddd61d7

View File

@@ -38,7 +38,7 @@
hideAutoComplete()
}}
>
{#if !highlight || disableHighlight}
{#if !highlight || $disableHighlight}
<textarea
class="w-full h-full bg-transparent focus-within:outline-none resize-none absolute top-0 left-0 z-50 overflow-y-auto"
class:px-4={padding}