mirror of
https://github.com/open-webui/open-webui
synced 2025-06-10 08:27:55 +00:00
revert
This commit is contained in:
parent
8d33b5e063
commit
815d18b57e
@ -53,7 +53,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
const copyToClipboard = async (text) => {
|
const copyToClipboard = async (text) => {
|
||||||
const res = await _copyToClipboard(text, $settings?.copyFormatted ?? false);
|
const res = await _copyToClipboard(text);
|
||||||
if (res) {
|
if (res) {
|
||||||
toast.success($i18n.t('Copying to clipboard was successful!'));
|
toast.success($i18n.t('Copying to clipboard was successful!'));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user