Skip to content

Commit 86ee4f2

Browse files
committed
no longer set popupNode. It's deprecated.
1 parent f09ef31 commit 86ee4f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/content/buffer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,6 @@ const Buffer = Module("buffer", {
671671
* @param {Node} elem The context element.
672672
*/
673673
openContextMenu: function (elem) {
674-
document.popupNode = elem;
675674
let menu = document.getElementById("contentAreaContextMenu");
676675
menu.showPopup(elem, -1, -1, "context", "bottomleft", "topleft");
677676
},

0 commit comments

Comments
 (0)