www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

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:
Mchrome/content/zotero/bindings/tagselector.xml | 2+-
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',