diff --git a/src/ui/component/claimPreview/view.jsx b/src/ui/component/claimPreview/view.jsx index cde44a810..aa0ecb201 100644 --- a/src/ui/component/claimPreview/view.jsx +++ b/src/ui/component/claimPreview/view.jsx @@ -134,11 +134,13 @@ const ClaimPreview = forwardRef((props: Props, ref: any) => { } function handleContextMenu(e) { + // @if TARGET='app' e.preventDefault(); e.stopPropagation(); if (claim) { openCopyLinkMenu(convertToShareLink(claim.permanent_url), e); } + // @endif } function handleOnClick(e) {