This commit is contained in:
Timothy Jaeryang Baek 2025-04-14 01:57:23 -07:00
parent 8d33b5e063
commit 815d18b57e

View File

@ -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!'));
}