@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/.turbo/turbo-build.log +9 -9
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/index.tsx +1 -1
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.
|
|
2783
|
+
return player.getCurrentFrame();
|
|
2784
2784
|
};
|
|
2785
2785
|
useImperativeHandle(
|
|
2786
2786
|
ref,
|