From 73ee23dc56494c6c51d9a5f5ecedb3ec4de05275 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 6 Sep 2017 13:28:49 -0400 Subject: [PATCH] no background copying for edge --- src/background.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/background.js b/src/background.js index 37e02436..7829414d 100644 --- a/src/background.js +++ b/src/background.js @@ -227,8 +227,8 @@ function buildContextMenu(callback) { contexts: ['all'], title: bg_i18nService.autoFill }, function () { - if (bg_utilsService.isFirefox()) { - // Firefox does not support writing to the clipboard from background + if (bg_utilsService.isFirefox() || bg_utilsService.isEdge()) { + // Firefox & Edge do not support writing to the clipboard from background buildingContextMenu = false; if (callback) { callback();