@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.
@@ -4833,8 +4833,9 @@ var initCanvas = function initCanvas() {
|
|
4833
4833
|
return obj.id === value.id;
|
4834
4834
|
});
|
4835
4835
|
if (index === -1 && value && value._objects && value._objects.length > 0) {
|
4836
|
+
var index = use3dddPlus.getState()
|
4836
4837
|
//@ts-ignore
|
4837
|
-
|
4838
|
+
.storeAllObject.indexOf(value._objects[0]);
|
4838
4839
|
}
|
4839
4840
|
if (index > -1) {
|
4840
4841
|
use3dddPlus.getState().storeAllObject.splice(index, 1);
|