mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
no background copying for edge
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user