Fix tag selector context menu
This commit is contained in:
parent
63ab9da467
commit
0eacbc939b
1 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue