@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.
@@ -9114,7 +9114,7 @@ var Properties = function Properties(_ref2) {
9114
9114
  canvas.renderAll();
9115
9115
  state.updateModifaction(true);
9116
9116
  state.forIconCapture();
9117
- textSelected.icon = state.iconImage;
9117
+ textSelected.icon = use3dddPlus.getState().iconImage;
9118
9118
  case 21:
9119
9119
  case "end":
9120
9120
  return _context.stop();
@@ -9144,7 +9144,7 @@ var Properties = function Properties(_ref2) {
9144
9144
  state = use3dddPlus.getState();
9145
9145
  state.updateModifaction(true);
9146
9146
  state.forIconCapture();
9147
- textSelected.icon = state.iconImage;
9147
+ textSelected.icon = use3dddPlus.getState().iconImage;
9148
9148
  canvas.requestRenderAll();
9149
9149
  case 11:
9150
9150
  case "end":