Commit 8b0a93cb 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 e558b3c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ document.addEventListener(
          if (gContextMenu.onCanvas) {
            gContextMenu.copyCanvasImage();
          } else {
            goDoCommand("cmd_copyImage");
            goDoCommand("cmd_copyImageContents");
          }
          break;
        case "context-copyaudiourl":