client/tag_categories: lowercase all color input on tag_categories
This commit is contained in:
parent
93910a1655
commit
8e1e6af232
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue