commit f0bc0274f14867a2ffe638084ef424c81be7a60c
parent 79baac3158b8f45b138370ae3aa0fcdceb558e3a
Author: Dan Stillman <dstillman@zotero.org>
Date: Sat, 22 Oct 2016 15:10:16 -0400
Fix renaming and deleting tags in tag selector
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/bindings/tagselector.xml b/chrome/content/zotero/bindings/tagselector.xml
@@ -182,7 +182,7 @@
// Without the setTimeout, the popup gets immediately hidden
// for some reason
setTimeout(function () {
- _popupNode = event.target;
+ _popupNode = event.originalTarget;
this.id('tag-menu').openPopup(
null,
'after_pointer',