commit 7d8f2f3bf7286c5dda789423e0c3a9e1e11d605b
parent 98048fb540fe855fadd0705b4eebfddb9431dcdf
Author: cypherpunks1 <2478-cypherpunks1@gitlab.torproject.org>
Date: Tue, 30 May 2023 15:42:09 -0800
BB 33955: When copying an image only copy the image contents to the clipboard
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/base/content/browser-context.js b/browser/base/content/browser-context.js
@@ -131,7 +131,7 @@ document.addEventListener(
gContextMenu.saveMedia();
break;
case "context-copyimage-contents":
- goDoCommand("cmd_copyImage");
+ goDoCommand("cmd_copyImageContents");
break;
case "context-copyaudiourl":
case "context-copyimage":