mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #23332] issue: Queued message send clears current draft in input box #35481
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?
Originally created by @ShirasawaSama on GitHub (Apr 2, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23332
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.8.12
Ollama Version (if applicable)
No response
Operating System
Mac
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Sending a queued message should not clear unrelated draft text currently being typed by the user.
Actual Behavior
The current draft text in the input box is cleared when the queued message is sent.
Steps to Reproduce
Logs & Screenshots
After message done:
Additional Information
For queue-driven sends (auto-drain and “Send Now”), call submit with a flag that disables input-clearing behavior (e.g.,
setTextAndFocus=false) and avoid resetting boundpromptin that path.@tjbck commented on GitHub (Apr 2, 2026):
Addressed in dev.