devtools-contextmenu
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -112,3 +112,4 @@ /* This Source Code Form is subject to the terms of the Mozilla Public | ||
let subMenuNode = menuItemNode.querySelector("menupopup"); | ||
let { left, top, width } = popup.getBoundingClientRect(); | ||
let { top } = menuItemNode.getBoundingClientRect(); | ||
let { left, width } = popup.getBoundingClientRect(); | ||
subMenuNode.style.setProperty("left", `${left + width}px`); | ||
@@ -115,0 +116,0 @@ subMenuNode.style.setProperty("top", `${top}px`); |
{ | ||
"name": "devtools-contextmenu", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "DevTools Contextmenu", | ||
@@ -5,0 +5,0 @@ "main": "menu.js", |
### DevTools ContextMenu | ||
The devtools contemenu is an HTML shim, which lets us create | ||
fake contextmenus in HTML namespaces and real contxt menus in the | ||
fierfox toolbox. | ||
The devtools contextmenu is an HTML shim, which lets us create | ||
fake contextmenus in HTML namespaces and real context menus in the | ||
firefox toolbox. |
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
5662
195