@threedddplus/logoeditor 0.0.180 → 0.0.182

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.
@@ -6751,6 +6751,7 @@ var PopUpCanvas = function PopUpCanvas() {
6751
6751
  window.addEventListener('click', removeColorPalatte);
6752
6752
  //FOR REMOVING COLOR
6753
6753
  popupCanv.on('mouse:down', function (event) {
6754
+ use3dddPlus.getState().popUpCanvasUpdateModification(true);
6754
6755
  var removedColors = [];
6755
6756
  if (event.target.type !== "line") {
6756
6757
  removedColors.push(event.target.fill);
@@ -7398,6 +7399,7 @@ var PopUpCanvas = function PopUpCanvas() {
7398
7399
  marginBottom: '3px'
7399
7400
  }
7400
7401
  }, "Note: The following colors used are not available in Richardson color palette. Please edit the colors used."), React__default.createElement("div", null, conflictColors.map(function (c, i) {
7402
+ // console.log(c,i);
7401
7403
  return React__default.createElement("div", {
7402
7404
  key: 'color-' + i,
7403
7405
  style: {