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:
parent
902f3b4480
commit
287e567768
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue