mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Merge 49c1c560ad
into ee7e9ef2a3
This commit is contained in:
@ -386,7 +386,7 @@ class TagInputControl extends events.EventTarget {
|
||||
);
|
||||
}
|
||||
for (let suggestion of tag.suggestions || []) {
|
||||
this._suggestions.set(suggestion, 5);
|
||||
this._suggestions.set(suggestion._origName, 5);
|
||||
}
|
||||
if (this._suggestions.length) {
|
||||
this._openSuggestionsPopup();
|
||||
|
Reference in New Issue
Block a user