Commit 486082ca authored by cypherpunks1's avatar cypherpunks1 Committed by Pier Angelo Vendrame
Browse files

BB 33955: When copying an image only copy the image contents to the clipboard

parent fec91bc6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ document.addEventListener(
          gContextMenu.saveMedia();
          break;
        case "context-copyimage-contents":
          goDoCommand("cmd_copyImage");
          goDoCommand("cmd_copyImageContents");
          break;
        case "context-copyaudiourl":
        case "context-copyimage":