mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #1644] [MERGED] Bugfix: FileReader can't be reused so init one per image #7535
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/1644
Author: @Entaigner
Created: 4/21/2024
Status: ✅ Merged
Merged: 4/21/2024
Merged by: @tjbck
Base:
dev← Head:patch-6📝 Commits (2)
df7517fMerge pull request #1639 from open-webui/dev743bbaeBugfix: FileReader can't be resused so init one per image📊 Changes
2 files changed (+24 additions, -27 deletions)
View changed files
📝
backend/main.py(+2 -2)📝
src/lib/components/chat/MessageInput.svelte(+22 -25)📄 Description
Pull Request Checklist
Description
FileReader can't be reused so init one per image in multi file drag&drop
Changelog Entry
Fixed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.