client/tag_categories: lowercase all color input on tag_categories
This commit is contained in:
parent
93910a1655
commit
8e1e6af232
|
@ -135,6 +135,7 @@ class TagCategoriesView extends events.EventTarget {
|
||||||
}
|
}
|
||||||
|
|
||||||
_evtColorChange(e, rowNode) {
|
_evtColorChange(e, rowNode) {
|
||||||
|
e.target.value = e.target.value.toLowerCase();
|
||||||
rowNode._tagCategory.color = e.target.value;
|
rowNode._tagCategory.color = e.target.value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue