@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.
@@ -6410,16 +6410,11 @@ var PopUpCanvas = function PopUpCanvas() {
6410
6410
  }, [defaultColorFill]);
6411
6411
  React.useEffect(function () {
6412
6412
  if (colorFill && Object.keys(colorFill).length) {
6413
- console.log('colorFill-->', colorFill);
6414
6413
  if (colorFillCount === -1) {
6415
6414
  setColorFillCount(Object.keys(colorFill).length);
6416
6415
  var defaultCF = [];
6417
6416
  Object.keys(colorFill).map(function (cf) {
6418
6417
  var _defaultColorFill$fin;
6419
- console.log('cf-->', colorFill[cf]);
6420
- if (colorFill[cf] === '#000000') {
6421
- colorFill[cf] = "#000001";
6422
- }
6423
6418
  defaultCF.push({
6424
6419
  property: cf,
6425
6420
  "default": colorFill[cf],
@@ -6429,7 +6424,6 @@ var PopUpCanvas = function PopUpCanvas() {
6429
6424
  })) == null ? void 0 : _defaultColorFill$fin.objects
6430
6425
  });
6431
6426
  });
6432
- console.log('defaultCF-->', defaultCF);
6433
6427
  setDefaultColorFill(defaultCF);
6434
6428
  }
6435
6429
  if (isRefresh) {