mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-25 20:13:57 +02:00
chore(frontend): use toast to show message when call copyToClipboard
This commit is contained in:
@@ -65,7 +65,6 @@ function toggleSensitive(file: Misskey.entities.DriveFile) {
|
||||
|
||||
function copyUrl(file: Misskey.entities.DriveFile) {
|
||||
copyToClipboard(file.url);
|
||||
os.success();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user