From 9a41bab6cd81b335e7580768c31b08b156db9a17 Mon Sep 17 00:00:00 2001 From: sentialx Date: Tue, 23 Jun 2020 20:11:48 +0200 Subject: [PATCH] fix: image copying --- src/main/menus/view.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/menus/view.ts b/src/main/menus/view.ts index 5f611dd60..46698ebc3 100644 --- a/src/main/menus/view.ts +++ b/src/main/menus/view.ts @@ -63,7 +63,7 @@ export const getViewMenu = ( }, { label: 'Copy image', - click: () => webContents.copy(), + click: () => webContents.copyImageAt(params.x, params.y), }, { label: 'Copy image address',