Fix renaming and deleting tags in tag selector
This commit is contained in:
parent
79baac3158
commit
f0bc0274f1
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue