@threedddplus/logoeditor 0.0.228 → 0.0.229

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6402,16 +6402,11 @@ var PopUpCanvas = function PopUpCanvas() {
6402
6402
  }, [defaultColorFill]);
6403
6403
  useEffect(function () {
6404
6404
  if (colorFill && Object.keys(colorFill).length) {
6405
- console.log('colorFill-->', colorFill);
6406
6405
  if (colorFillCount === -1) {
6407
6406
  setColorFillCount(Object.keys(colorFill).length);
6408
6407
  var defaultCF = [];
6409
6408
  Object.keys(colorFill).map(function (cf) {
6410
6409
  var _defaultColorFill$fin;
6411
- console.log('cf-->', colorFill[cf]);
6412
- if (colorFill[cf] === '#000000') {
6413
- colorFill[cf] = "#000001";
6414
- }
6415
6410
  defaultCF.push({
6416
6411
  property: cf,
6417
6412
  "default": colorFill[cf],
@@ -6421,7 +6416,6 @@ var PopUpCanvas = function PopUpCanvas() {
6421
6416
  })) == null ? void 0 : _defaultColorFill$fin.objects
6422
6417
  });
6423
6418
  });
6424
- console.log('defaultCF-->', defaultCF);
6425
6419
  setDefaultColorFill(defaultCF);
6426
6420
  }
6427
6421
  if (isRefresh) {