This happens when you click on the rename button in the side menu.
Originally created by @ProjectMoon on GitHub (Oct 25, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6390
# Bug Report
## Installation Method
Docker (cuda tag)
## Environment
- **Open WebUI Version:** 0.3.33
- **Operating System:** Gentoo Linux
- **Browser (if applicable):** Firefox 131
**Confirmation:**
- [X] I have read and followed all the instructions provided in the README.md.
- [X] I am on the latest version of both Open WebUI and Ollama.
- [X] I have included the browser console logs.
- [X] I have included the Docker container logs.
- [X] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
## Expected Behavior:
Pressing enter after typing in a new folder name renames the folder.
## Actual Behavior:
Pressing enter ends the editing of the folder name, but folder name remains unchanged.
## Description
**Bug Summary:**
You can change the name of the folder by clicking outside of the folder name while editing the name.
## Reproduction Details
**Steps to Reproduce:**
1. Create folder.
2. Click side menu and pick rename.
3. Type new name.
4. Hit enter.
## Logs and Screenshots
**Browser Console Logs:**
The only thing that comes in the browser console is:
```
Edit [RecursiveFolder.svelte:285:10 (RecursiveFolder.svelte)]
```
This happens when you click on the rename button in the side menu.
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 @ProjectMoon on GitHub (Oct 25, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6390
Bug Report
Installation Method
Docker (cuda tag)
Environment
Open WebUI Version: 0.3.33
Operating System: Gentoo Linux
Browser (if applicable): Firefox 131
Confirmation:
Expected Behavior:
Pressing enter after typing in a new folder name renames the folder.
Actual Behavior:
Pressing enter ends the editing of the folder name, but folder name remains unchanged.
Description
Bug Summary:
You can change the name of the folder by clicking outside of the folder name while editing the name.
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Browser Console Logs:
The only thing that comes in the browser console is:
This happens when you click on the rename button in the side menu.