chore(frontend): use toast to show message when call copyToClipboard
This commit is contained in:
@@ -190,7 +190,6 @@ function copyLink() {
|
||||
if (!page.value) return;
|
||||
|
||||
copyToClipboard(`${url}/@${page.value.user.username}/pages/${page.value.name}`);
|
||||
os.success();
|
||||
}
|
||||
|
||||
function shareWithNote() {
|
||||
|
||||
Reference in New Issue
Block a user