@threedddplus/logoeditor 0.0.198 → 0.0.199

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.
@@ -9106,7 +9106,7 @@ var Properties = function Properties(_ref2) {
9106
9106
  canvas.renderAll();
9107
9107
  state.updateModifaction(true);
9108
9108
  state.forIconCapture();
9109
- textSelected.icon = state.iconImage;
9109
+ textSelected.icon = use3dddPlus.getState().iconImage;
9110
9110
  case 21:
9111
9111
  case "end":
9112
9112
  return _context.stop();
@@ -9136,7 +9136,7 @@ var Properties = function Properties(_ref2) {
9136
9136
  state = use3dddPlus.getState();
9137
9137
  state.updateModifaction(true);
9138
9138
  state.forIconCapture();
9139
- textSelected.icon = state.iconImage;
9139
+ textSelected.icon = use3dddPlus.getState().iconImage;
9140
9140
  canvas.requestRenderAll();
9141
9141
  case 11:
9142
9142
  case "end":