mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[PR #10134] [CLOSED] feat: Add CTRL+C Rich Text toggle in settings #22472
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/10134
Author: @DuckyBlender
Created: 2/16/2025
Status: ❌ Closed
Base:
dev← Head:ctrl-c-rich-text-toggle📝 Commits (2)
f53880bAdd CTRL+C Rich Text toggle in settingsb259356Fix📊 Changes
2 files changed (+48 additions, -0 deletions)
View changed files
📝
src/lib/components/chat/Chat.svelte(+19 -0)📝
src/lib/components/chat/Settings/Interface.svelte(+29 -0)📄 Description
Changelog Entry
Description
Added
richTextCopyto toggle between copying rich text and unformatted text. This only affects CTRL+C.richTextCopyoption.Changed
Chat.sveltecomponent to handle the copy event based on therichTextCopysetting.Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
https://github.com/user-attachments/assets/4a66b664-98c7-4310-a9c1-353a0fa9c21a
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.