From 20fb0f477bd4c45d76862fd240ffdb8ba7798940 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Sun, 31 May 2020 12:28:15 +0100 Subject: [PATCH] tidy comment Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/webcontents-handler.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/webcontents-handler.js b/src/webcontents-handler.js index 47ffac7..00f971c 100644 --- a/src/webcontents-handler.js +++ b/src/webcontents-handler.js @@ -99,9 +99,8 @@ function onLinkContextMenu(ev, params) { } } - // XXX: We cannot easily save a blob from the main process as only the renderer can resolve them so don't give - // the user an option to. One possible workaround was using copyImageAt but there was no way of knowing when - // the image would be in the clipboard, it depended on its size. + // XXX: We cannot easily save a blob from the main process as + // only the renderer can resolve them so don't give the user an option to. if (params.hasImageContents && !url.startsWith('blob:')) { popupMenu.append(new MenuItem({ label: 'Sa&ve image as...',