Full Permanent URL Copy Fix

This change ensures the full permanent URL is copied and not just the vanity/community URL.
This commit is contained in:
Electron - Mark Firth 2019-01-07 22:42:45 +10:00 committed by Sean Yesmunt
parent 902f3b4480
commit 287e567768

View file

@ -99,7 +99,7 @@ class FileCard extends React.PureComponent<Props> {
const handleContextMenu = event => {
event.preventDefault();
event.stopPropagation();
openCopyLinkMenu(convertToShareLink(uri), event);
openCopyLinkMenu(convertToShareLink(claim.permanent_url), event);
};
// We should be able to tab through cards