fx-compat: Fix invisible caret issue in linksBox tags popup

This commit is contained in:
Martynas Bagdonas 2022-06-08 19:26:28 +03:00
parent a7bc25b553
commit 1e25e2ac4c

View file

@ -526,7 +526,7 @@
};
_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 (this._mode == 'edit' && !this._item.getTags().length) {
setTimeout(() => {