@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/dist/index.mjs CHANGED
@@ -362,7 +362,6 @@ var SeekBar = ({ player, vmmlRef, frame, durationInFrames, intoEdit, setDragStat
362
362
  wasPlaying: player.isPlaying()
363
363
  });
364
364
  player.pause();
365
- console.log(_frame, "vcnjvabnjvabnjvbn>>>>>>>>>>>>>");
366
365
  player.seekTo(_frame);
367
366
  vmmlRef.current && vmmlRef.current.onSeekStart();
368
367
  }, [player, durationInFrames]);
@@ -1660,7 +1659,7 @@ var EditorCanvas = forwardRef(
1660
1659
  createTextFromClip,
1661
1660
  changeObjectVisible,
1662
1661
  getCanvasCtx
1663
- }), [fc]);
1662
+ }), [fc, frame]);
1664
1663
  const getActions = () => {
1665
1664
  if (history) {
1666
1665
  return history.getActionType();
@@ -2651,7 +2650,6 @@ var EditorFn = ({
2651
2650
  };
2652
2651
  const onWaiting = () => {
2653
2652
  var _a2, _b;
2654
- console.log("onWaiting>>>>>>>>>>>>>>consol");
2655
2653
  const { current } = vmmlPlayerRef;
2656
2654
  const playing = ((_b = (_a2 = current == null ? void 0 : current.playerRef) == null ? void 0 : _a2.isPlaying) == null ? void 0 : _b.call(_a2)) ?? false;
2657
2655
  if (playing) {