mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Compare commits
2 Commits
master
...
cf7327b01b
Author | SHA1 | Date | |
---|---|---|---|
cf7327b01b | |||
49c1c560ad |
@ -121,7 +121,6 @@
|
||||
.thumbnail
|
||||
width: 4em
|
||||
height: 3em
|
||||
background-position: 50% 30%
|
||||
li
|
||||
margin: 0 0.3em 0.3em 0
|
||||
display: inline-block
|
||||
|
@ -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