Fix tag selector context menu
This commit is contained in:
parent
63ab9da467
commit
0eacbc939b
|
@ -183,7 +183,7 @@
|
||||||
// for some reason
|
// for some reason
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
_popupNode = event.target;
|
_popupNode = event.target;
|
||||||
self.id('tag-menu').openPopup(
|
this.id('tag-menu').openPopup(
|
||||||
null,
|
null,
|
||||||
'after_pointer',
|
'after_pointer',
|
||||||
event.clientX + 2,
|
event.clientX + 2,
|
||||||
|
@ -193,7 +193,7 @@
|
||||||
);
|
);
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
});
|
}.bind(this));
|
||||||
}
|
}
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user