fix: stop collapsing the task list from sending the message being typed (#30202)

This commit is contained in:
G30
2026-09-19 17:17:30 -04:00
committed by GitHub
parent 5e1f995f01
commit 757ee8132e
@@ -34,6 +34,7 @@
</div>
<button
type="button"
class="p-1 text-gray-400 hover:text-gray-600 dark:hover:text-gray-300 transition-colors"
on:click={() => (collapsed = !collapsed)}
aria-label={collapsed ? 'Expand' : 'Collapse'}