Message: Use full image for copy action (#5332)
This commit is contained in:
parent
724f50bb59
commit
f9a05956b7
@ -45,7 +45,7 @@ export function getMessageCopyOptions(
|
|||||||
const photo = getMessagePhoto(message)
|
const photo = getMessagePhoto(message)
|
||||||
|| (!getMessageWebPageVideo(message) ? getMessageWebPagePhoto(message) : undefined);
|
|| (!getMessageWebPageVideo(message) ? getMessageWebPagePhoto(message) : undefined);
|
||||||
const contact = getMessageContact(message);
|
const contact = getMessageContact(message);
|
||||||
const mediaHash = photo ? getPhotoMediaHash(photo, 'inline') : undefined;
|
const mediaHash = photo ? getPhotoMediaHash(photo, 'full') : undefined;
|
||||||
const canImageBeCopied = canCopy && photo && (mediaHash || hasMediaLocalBlobUrl(photo))
|
const canImageBeCopied = canCopy && photo && (mediaHash || hasMediaLocalBlobUrl(photo))
|
||||||
&& CLIPBOARD_ITEM_SUPPORTED && !IS_SAFARI;
|
&& CLIPBOARD_ITEM_SUPPORTED && !IS_SAFARI;
|
||||||
const selection = window.getSelection();
|
const selection = window.getSelection();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user