devtools-contextmenu
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -95,3 +95,3 @@ /* This Source Code Form is subject to the terms of the Mozilla Public | ||
if (inToolbox()) { | ||
menu.popup(evt.screenX, evt.screenY, { doc: window.parent.document }); | ||
menu.popup(evt.screenX, evt.screenY, window.parent.document); | ||
return; | ||
@@ -101,3 +101,3 @@ } | ||
menu.on("open", (_, popup) => onShown(menu, popup)); | ||
menu.popup(evt.clientX, evt.clientY, { doc: document }); | ||
menu.popup(evt.clientX, evt.clientY, document); | ||
} | ||
@@ -104,0 +104,0 @@ |
{ | ||
"name": "devtools-contextmenu", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "DevTools Contextmenu", | ||
@@ -12,4 +12,4 @@ "main": "menu.js", | ||
"dependencies": { | ||
"devtools-modules": "~1.1.1" | ||
"devtools-modules": "~1.1.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6454
Updateddevtools-modules@~1.1.2