www

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

commit 0eacbc939b5e370a1cc184da3b8e40d3768bd230
parent 63ab9da4676985ebb94676c7eea30a334110d994
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 15 Oct 2016 16:12:42 -0400

Fix tag selector context menu

Diffstat:
Mchrome/content/zotero/bindings/tagselector.xml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero/bindings/tagselector.xml b/chrome/content/zotero/bindings/tagselector.xml @@ -183,7 +183,7 @@ // for some reason setTimeout(function () { _popupNode = event.target; - self.id('tag-menu').openPopup( + this.id('tag-menu').openPopup( null, 'after_pointer', event.clientX + 2, @@ -193,7 +193,7 @@ ); event.stopPropagation(); event.preventDefault(); - }); + }.bind(this)); } }.bind(this));