This commit is contained in:
Anbosuki 2024-11-18 14:50:20 -06:00 committed by GitHub
commit 1363ac0d6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();