@threedddplus/logoeditor 0.0.65 → 0.0.66
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.esm.js
CHANGED
@@ -4825,8 +4825,9 @@ var initCanvas = function initCanvas() {
|
|
4825
4825
|
return obj.id === value.id;
|
4826
4826
|
});
|
4827
4827
|
if (index === -1 && value && value._objects && value._objects.length > 0) {
|
4828
|
+
var index = use3dddPlus.getState()
|
4828
4829
|
//@ts-ignore
|
4829
|
-
|
4830
|
+
.storeAllObject.indexOf(value._objects[0]);
|
4830
4831
|
}
|
4831
4832
|
if (index > -1) {
|
4832
4833
|
use3dddPlus.getState().storeAllObject.splice(index, 1);
|