@threedddplus/logoeditor 0.0.63 → 0.0.64
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.
- package/dist/logoeditor.cjs.development.js +1 -0
- package/dist/logoeditor.cjs.development.js.map +1 -1
- package/dist/logoeditor.cjs.production.min.js +1 -1
- package/dist/logoeditor.cjs.production.min.js.map +1 -1
- package/dist/logoeditor.esm.js +1 -0
- package/dist/logoeditor.esm.js.map +1 -1
- package/package.json +1 -1
@@ -4609,6 +4609,7 @@ var initCanvas = function initCanvas() {
|
|
4609
4609
|
getAllColors();
|
4610
4610
|
};
|
4611
4611
|
var onObjectMoving = function onObjectMoving(e) {
|
4612
|
+
console.log("logoeditor on moving function", e);
|
4612
4613
|
use3dddPlus.getState().updateModifaction(false);
|
4613
4614
|
var obj = e.target;
|
4614
4615
|
// if (
|