@versa_ai/vmml-editor 1.0.27 → 1.0.28

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
@@ -2780,7 +2780,7 @@ var EditorFn = ({
2780
2780
  const getCurrentFrame = () => {
2781
2781
  console.log(player, "getCurrentFrame>>>>>>>>>>>>");
2782
2782
  if (!player) return 0;
2783
- return player.getPlayer().getCurrentFrame();
2783
+ return player.getCurrentFrame();
2784
2784
  };
2785
2785
  useImperativeHandle(
2786
2786
  ref,