mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-14 01:36:14 +00:00
Previously the textarea was a separate footer with its own border/bg, breaking the terminal illusion. Move the prompt+input INTO the scrollable container so it visually flows as the next line of scrollback — same font, same color scheme as the user-message blocks, no border, no background. - Pending-asset chips now render inline just above the prompt within the same scroll container (drops the heavy footer chrome). - Click any blank space in the scrollback focuses the input — like a real terminal where typing always lands at the prompt regardless of scroll position. Clicks on actual messages are left alone so text selection still works. - The prompt scrolls with content; auto-scroll-to-bottom keeps it in view when new messages arrive.