added share to some elements, does not work correctly for library songs yet

This commit is contained in:
booploops 2021-12-29 06:29:31 -08:00
parent 04956a5590
commit ee4a2e4751
4 changed files with 23 additions and 2 deletions

View file

@ -169,7 +169,9 @@
followActions[followAction],
{
name: "Share",
action: ()=>{}
action: ()=>{
self.app.copyToClipboard(self.data.attributes.url)
}
}
]
})