FIx null issue

This commit is contained in:
Bill 2021-07-23 02:37:27 -04:00
parent 89ba080c54
commit 04e5f5b899

View File

@ -206,7 +206,7 @@ export class FigureData
{ {
const colors = this._colors.get(setType); const colors = this._colors.get(setType);
if(colors === undefined) continue; if(!colors) continue;
let setId = this._data.get(setType); let setId = this._data.get(setType);