]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ui: fix system message edit box not expanding to fit content (#26006)
authorPiero Evangelista <redacted>
Sun, 26 Jul 2026 22:03:06 +0000 (18:03 -0400)
committerGitHub <redacted>
Sun, 26 Jul 2026 22:03:06 +0000 (00:03 +0200)
commitd4d057b6dd6a9df2a44479a68d737154600e6162
tree085addbead30d67278ba13a5f792862ea8f7324e
parent7657a6c26a7c74480db23893c3b5cc68172dacd3
ui: fix system message edit box not expanding to fit content (#26006)

The in-conversation system-message edit textarea had a fixed min-height and no auto-resize, so long messages were crammed to 2 lines. Reused existing autoResizeTextarea helper on input and when the editor opens, and added max-height to cap growth.
tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageSystem/ChatMessageSystem.svelte