@versa_ai/vmml-editor 1.0.23 → 1.0.24

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @versa_ai/vmml-editor@1.0.23 build D:\code\work\vmml-player\packages\editor
2
+ > @versa_ai/vmml-editor@1.0.24 build D:\code\work\vmml-player\packages\editor
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -124,12 +124,12 @@ More info and automated migrator: https://sass-lang.com/d/slash-div [35
124
124
 
125
125
 
126
126
 
127
- ESM dist\index.mjs 113.36 KB
128
- ESM dist\index.mjs.map 217.80 KB
129
- ESM ⚡️ Build success in 820ms
130
- CJS dist\index.js 115.00 KB
131
- CJS dist\index.js.map 218.10 KB
132
- CJS ⚡️ Build success in 821ms
133
- DTS ⚡️ Build success in 2291ms
127
+ CJS dist\index.js 115.04 KB
128
+ CJS dist\index.js.map 218.17 KB
129
+ CJS ⚡️ Build success in 3145ms
130
+ ESM dist\index.mjs 113.40 KB
131
+ ESM dist\index.mjs.map 217.88 KB
132
+ ESM ⚡️ Build success in 3146ms
133
+ DTS ⚡️ Build success in 2306ms
134
134
  DTS dist\index.d.ts 158.00 B
135
135
  DTS dist\index.d.mts 158.00 B
package/dist/index.js CHANGED
@@ -1226,6 +1226,7 @@ var EditorCanvas = react.forwardRef(
1226
1226
  });
1227
1227
  if (editRenderTime.current === time) {
1228
1228
  canvas.add(...objects).renderAll();
1229
+ checkObjectInPoint();
1229
1230
  }
1230
1231
  };
1231
1232
  const createImageFromClip = (clip, fc2) => {
@@ -2702,7 +2703,7 @@ var EditorFn = ({
2702
2703
  if (editableArray.length && (vmmlState == null ? void 0 : vmmlState.template)) {
2703
2704
  initCanEditClips(vmmlState.template.tracks);
2704
2705
  }
2705
- }, [editableArray, refreshEdit]);
2706
+ }, [editableArray, refreshEdit, vmmlState]);
2706
2707
  react.useEffect(() => {
2707
2708
  var _a2;
2708
2709
  if (propVmml) {