forked from mirrors/misskey
chore(frontend): use toast to show message when call copyToClipboard
This commit is contained in:
@@ -31,7 +31,6 @@ const props = withDefaults(defineProps<{
|
||||
|
||||
const copy_ = () => {
|
||||
copyToClipboard(props.copy);
|
||||
os.success();
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user