chore(frontend): use toast to show message when call copyToClipboard
This commit is contained in:
parent
32844e4775
commit
81a0cbd294
21 changed files with 16 additions and 27 deletions
|
|
@ -190,7 +190,6 @@ function copyLink() {
|
|||
if (!page.value) return;
|
||||
|
||||
copyToClipboard(`${url}/@${page.value.user.username}/pages/${page.value.name}`);
|
||||
os.success();
|
||||
}
|
||||
|
||||
function shareWithNote() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue