@versa_ai/vmml-editor 1.0.36 → 1.0.37

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versa_ai/vmml-editor",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "module": "dist/index.mjs",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.mts",
@@ -716,7 +716,7 @@ const EditorCanvas = forwardRef(
716
716
  createTextFromClip,
717
717
  changeObjectVisible,
718
718
  getCanvasCtx
719
- }), [fc]);
719
+ }), [fc, frame]);
720
720
 
721
721
  const getActions = () => {
722
722
  if (history) {
@@ -52,7 +52,6 @@ const SeekBar = ({ player, vmmlRef, frame, durationInFrames, intoEdit, setDragSt
52
52
  wasPlaying: player.isPlaying(),
53
53
  });
54
54
  player.pause();
55
- console.log(_frame, 'vcnjvabnjvabnjvbn>>>>>>>>>>>>>')
56
55
  player.seekTo(_frame);
57
56
  vmmlRef.current && vmmlRef.current.onSeekStart();
58
57
  }, [player, durationInFrames]);
package/src/index.tsx CHANGED
@@ -277,7 +277,6 @@ const EditorFn = <Schema extends AnyZodObject, Props>(
277
277
  };
278
278
 
279
279
  const onWaiting = () => {
280
- console.log('onWaiting>>>>>>>>>>>>>>consol')
281
280
  const { current }: any = vmmlPlayerRef;
282
281
  const playing = current?.playerRef?.isPlaying?.() ?? false
283
282
  if (playing) {