Merge 49c1c560ad
into 61b9f81e39
This commit is contained in:
commit
1363ac0d6b
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ class TagInputControl extends events.EventTarget {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
for (let suggestion of tag.suggestions || []) {
|
for (let suggestion of tag.suggestions || []) {
|
||||||
this._suggestions.set(suggestion, 5);
|
this._suggestions.set(suggestion._origName, 5);
|
||||||
}
|
}
|
||||||
if (this._suggestions.length) {
|
if (this._suggestions.length) {
|
||||||
this._openSuggestionsPopup();
|
this._openSuggestionsPopup();
|
||||||
|
|
Reference in a new issue