fx-compat: Fix invisible caret issue in linksBox tags popup
This commit is contained in:
parent
a7bc25b553
commit
1e25e2ac4c
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
_tagsClickHandler = (event) => {
|
_tagsClickHandler = (event) => {
|
||||||
this._id('tags-popup').openPopup(this, 'topleft topleft', 0, 0, false);
|
this._id('tags-popup').openPopup(this, 'topleft topleft', 0, 0, true);
|
||||||
// If editable and no existing tags, open new empty row
|
// If editable and no existing tags, open new empty row
|
||||||
if (this._mode == 'edit' && !this._item.getTags().length) {
|
if (this._mode == 'edit' && !this._item.getTags().length) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue