chore(frontend): use toast to show message when call copyToClipboard
This commit is contained in:
@@ -148,7 +148,6 @@ const headerActions = computed(() => clip.value && isOwned.value ? [{
|
||||
text: i18n.ts.copyUrl,
|
||||
action: () => {
|
||||
copyToClipboard(`${url}/clips/${clip.value!.id}`);
|
||||
os.success();
|
||||
},
|
||||
}, {
|
||||
icon: 'ti ti-code',
|
||||
|
Reference in New Issue
Block a user