fixed color undefined text

main
Jan Umbach 2024-06-29 10:21:10 +02:00
parent a02a3c66a2
commit 2cd1c92366
1 changed files with 2 additions and 0 deletions

View File

@ -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++) {