mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #7492] Text editor deletes newlines after saving and reloading document #30295
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 @sherbie on GitHub (Nov 30, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7492
Bug Report
Installation Method
Environment
Open WebUI Version: v0.4.6
Ollama (if applicable): 0.4.5
Operating System: Ubuntu 24.04.1 LTS
Browser (if applicable): Brave 1.73.91
Expected Behavior:
After reloading a saved document, all characters and formatting should be unchanged.
Actual Behavior:
After reloading a saved document, newlines are deleted.
Example:
Document contents after saving:
Document contents after reloading page:
Description
Bug Summary:
Saved documents have all newlines deleted between the last newline of the previous line and the next line.
Reproduction Details
Steps to Reproduce:
a[return][return]a@tjbck commented on GitHub (Nov 30, 2024):
should be address in dev, testing wanted here!
@sherbie commented on GitHub (Dec 2, 2024):
Resolved in 0.4.7. Nice job!