Commit 00a6cc0c 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 54fbe9c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ document.addEventListener(
          gContextMenu.saveMedia();
          break;
        case "context-copyimage-contents":
          goDoCommand("cmd_copyImage");
          goDoCommand("cmd_copyImageContents");
          break;
        case "context-copyaudiourl":
        case "context-copyimage":