mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
FIx null issue
This commit is contained in:
parent
89ba080c54
commit
04e5f5b899
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user