mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-23 19:14:19 +02:00
chore(frontend): use toast to show message when call copyToClipboard
This commit is contained in:
@@ -100,7 +100,6 @@ function onClick(ev: MouseEvent) {
|
||||
icon: 'ti ti-copy',
|
||||
action: () => {
|
||||
copyToClipboard(`:${props.name}:`);
|
||||
os.success();
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user