Fix renaming and deleting tags in tag selector
This commit is contained in:
parent
79baac3158
commit
f0bc0274f1
|
@ -182,7 +182,7 @@
|
||||||
// Without the setTimeout, the popup gets immediately hidden
|
// Without the setTimeout, the popup gets immediately hidden
|
||||||
// for some reason
|
// for some reason
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
_popupNode = event.target;
|
_popupNode = event.originalTarget;
|
||||||
this.id('tag-menu').openPopup(
|
this.id('tag-menu').openPopup(
|
||||||
null,
|
null,
|
||||||
'after_pointer',
|
'after_pointer',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user