mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[PR #9097] [CLOSED] fix: textarea auto-resize in playground UX #109628
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/9097
Author: @brandonwatson
Created: 1/30/2025
Status: ❌ Closed
Base:
dev← Head:fix/playground-textarea-resize📝 Commits (1)
0cdc71bfix: textarea auto-resize in playground UX📊 Changes
2 files changed (+73 additions, -29 deletions)
View changed files
📝
src/lib/components/playground/Chat.svelte(+56 -7)📝
src/lib/components/playground/Chat/Messages.svelte(+17 -22)📄 Description
Changelog Entry
updates to:
/src/lib/component/playground/Chat/Messages.svelte
/src/lib/component/playground/Chat.svelte
Description
This PR addresses issues with textarea height management in the playground interface:
Testing:
Added
No new files added
Changed
Changes to class of textarea, added handlers for paste, and updated addHandler in Chat.svelte
Deprecated
None
Removed
None
Fixed
Security
Breaking Changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.