fixed color undefined text
parent
a02a3c66a2
commit
2cd1c92366
|
@ -404,6 +404,8 @@
|
|||
inputVal = _inputVal.id;
|
||||
}
|
||||
|
||||
console.log(inputVal);
|
||||
|
||||
if(!colorWhiteList || colorWhiteList.length === 0) {
|
||||
options = [...sortedFilementIDs];
|
||||
} else for(let i = 0; i < colorWhiteList.length; i++) {
|
||||
|
|
Loading…
Reference in New Issue