Commit 6665cc18 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 a367dd6a
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":