changes
This commit is contained in:
@@ -192,7 +192,7 @@ export default defineNuxtPlugin((nuxtApp) => {
|
||||
};
|
||||
|
||||
const copyToClipboard = function (text) {
|
||||
snackbar("Copied to clipboard", "Success");
|
||||
snackbar("Copied", "Success");
|
||||
if (window.clipboardData && window.clipboardData.setData) {
|
||||
// IE specific code path to prevent textarea being shown while dialog is visible.
|
||||
return clipboardData.setData("Text", text);
|
||||
|
||||
Reference in New Issue
Block a user