This commit is contained in:
Timothy Jaeryang Baek 2025-04-14 01:56:52 -07:00
parent aa8db40376
commit 8d33b5e063

View File

@ -53,7 +53,7 @@
}
const copyToClipboard = async (text) => {
const res = await _copyToClipboard(text);
const res = await _copyToClipboard(text, $settings?.copyFormatted ?? false);
if (res) {
toast.success($i18n.t('Copying to clipboard was successful!'));
}