mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[GH-ISSUE #2707] input a newline in the input box #12988
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 @sandycs-protoss on GitHub (Jun 2, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2707
Bug Report
How can we input a newline in the input box? It seems that SHIFT+ENTER or ALT+ENTER both don't work, they just immediately send the content.
Reproduction Steps:
Description
Steps to Reproduce:
Expected Behavior:
After shift+Enter, it should be add a newline in the input box
Actual Behavior:
immediately send the content.
Environment