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:
a
a
Document contents after reloading page:
a
a
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:
Create a new document
Press keys when the document is open: a[return][return]a
Save document
Open document
Originally created by @sherbie on GitHub (Nov 30, 2024).
# Bug Report
## Installation Method
```
git checkout v0.4.6
git pull
docker build -t open-webui .
```
## 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:
```
a
a
```
Document contents after reloading page:
```
a
a
```
## 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:**
1. Create a new document
2. Press keys when the document is open: `a` `[return]` `[return]` `a`
3. Save document
4. Open document
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @sherbie on GitHub (Nov 30, 2024).
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!