mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
no background copying for edge
This commit is contained in:
parent
509ba631ff
commit
73ee23dc56
@ -227,8 +227,8 @@ function buildContextMenu(callback) {
|
|||||||
contexts: ['all'],
|
contexts: ['all'],
|
||||||
title: bg_i18nService.autoFill
|
title: bg_i18nService.autoFill
|
||||||
}, function () {
|
}, function () {
|
||||||
if (bg_utilsService.isFirefox()) {
|
if (bg_utilsService.isFirefox() || bg_utilsService.isEdge()) {
|
||||||
// Firefox does not support writing to the clipboard from background
|
// Firefox & Edge do not support writing to the clipboard from background
|
||||||
buildingContextMenu = false;
|
buildingContextMenu = false;
|
||||||
if (callback) {
|
if (callback) {
|
||||||
callback();
|
callback();
|
||||||
|
Loading…
Reference in New Issue
Block a user