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