mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-26 17:30:27 -04:00
fix: stop collapsing the task list from sending the message being typed (#30202)
This commit is contained in:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user