mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-11 20:34:02 +02:00
chore(frontend): use toast to show message when call copyToClipboard
This commit is contained in:
@@ -111,7 +111,6 @@ function fetchPost() {
|
||||
|
||||
function copyLink() {
|
||||
copyToClipboard(`${url}/gallery/${post.value.id}`);
|
||||
os.success();
|
||||
}
|
||||
|
||||
function share() {
|
||||
|
||||
Reference in New Issue
Block a user