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