We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6bae4 commit c6bb36cCopy full SHA for c6bb36c
src/layer/segmentation/index.ts
@@ -410,7 +410,6 @@ export class SegmentationUserLayerColorGroupState
410
const { specificationChanged } = this;
411
this.segmentColorHash.changed.add(specificationChanged.dispatch);
412
this.segmentStatedColors.changed.add(specificationChanged.dispatch);
413
- this.segmentPropertyColors.changed.add(specificationChanged.dispatch);
414
this.segmentPropertyColorsMap.changed.add(specificationChanged.dispatch);
415
this.tempSegmentStatedColors2d.changed.add(specificationChanged.dispatch);
416
this.segmentDefaultColor.changed.add(specificationChanged.dispatch);
0 commit comments