fix chat toggle (#6870)

This commit is contained in:
centdix
2025-10-21 15:33:17 +00:00
committed by GitHub
parent 97ac1be036
commit b84764733d
@@ -473,7 +473,10 @@
textClass="font-normal text-sm"
size="sm"
checked={chatInputEnabled}
on:change={handleToggleChatMode}
on:click={(e) => {
e.preventDefault()
handleToggleChatMode()
}}
options={{
right: 'Chat Mode',
rightTooltip: