mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-26 11:24:33 +02:00
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