mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #19370] issue: new lines from CLIPBOARD problems on Windows #89592
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 @daniporr on GitHub (Nov 21, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19370
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.36
Ollama Version (if applicable)
No response
Operating System
Windows 11
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When, on Windows, text is pasted from the clipboard, it should keep all the new lines of the original text.
Actual Behavior
When, on Windows, the text is (automatically) pasted from the
{{CLIPBOARD}}variable, it messes up with all the new lines, and when you send the message, all the new lines disappear.Steps to Reproduce
{{CLIPBOARD}}variableYou will notice that in the message sent all the new lines are missing
Logs & Screenshots
Not relevant in this case
Additional Information
I have not included logs as they are not relevant in this case
@daniporr commented on GitHub (Nov 22, 2025):
Let me add that this behaviour is even more evident when you use other types of variables
For instance, when you use a
textarea(and you past some text in its modal window), as soon as it is added in chat box (even before sending it) you can notice problems with new lines.@silentoplayz commented on GitHub (Dec 1, 2025):
Related - https://github.com/open-webui/open-webui/issues/18175