mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #13737] [CLOSED] Fix: Markdown/RichTextInput being used for Prompts PromptEditor and for message input in the main chat #46322
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/13737
Author: @Classic298
Created: 5/9/2025
Status: ❌ Closed
Base:
dev← Head:main📝 Commits (10+)
a3bb7dfMerge pull request #13530 from open-webui/dev583263fUpdate PromptEditor.svelte93974e7Update PromptEditor.svelte9196f0cUpdate PromptEditor.svelte71d2459Update PromptEditor.svelte3f6d735Update PromptEditor.svelte4042af6Update PromptEditor.svelte3416fd1Update MessageInput.svelte45654cfUpdate Prompts.svelte29e73dcUpdate Prompts.svelte📊 Changes
3 files changed (+531 additions, -422 deletions)
View changed files
📝
src/lib/components/chat/MessageInput.svelte(+250 -249)📝
src/lib/components/chat/MessageInput/Commands/Prompts.svelte(+210 -101)📝
src/lib/components/workspace/Prompts/PromptEditor.svelte(+71 -72)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
(I labled it 'fix' because many users had issues with the fact that the old editor actually broke markdown texts the moment you would paste markdown into the text editor field)
Changed
Screenshots or Videos
Not my proudest or highest quality presentation but it gets the point across.
https://github.com/user-attachments/assets/aa8428d6-390a-4799-a62e-099303d19112
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.