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();
|
||||
},
|
||||
});
|
||||
|
||||
|
@@ -50,7 +50,6 @@ function onClick(ev: MouseEvent) {
|
||||
icon: 'ti ti-copy',
|
||||
action: () => {
|
||||
copyToClipboard(props.emoji);
|
||||
os.success();
|
||||
},
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user