mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/tag_categories: lowercase all color input on tag_categories
This commit is contained in:
committed by
Marcin Kurczewski
parent
93910a1655
commit
8e1e6af232
@ -135,6 +135,7 @@ class TagCategoriesView extends events.EventTarget {
|
||||
}
|
||||
|
||||
_evtColorChange(e, rowNode) {
|
||||
e.target.value = e.target.value.toLowerCase();
|
||||
rowNode._tagCategory.color = e.target.value;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user