fix(player): replay from start when play is pressed after video ends (#649)

* fix(player): replay from start when play is pressed after video ends

When a non-looping composition reaches its end, pressing play again
had no effect because the playhead stayed at the final frame. Now
play() detects the ended state and seeks to 0 before resuming.

* chore: fix pre-existing format issues in registry files
This commit is contained in:
Miguel Ángel
2026-05-06 20:44:48 +02:00
committed by GitHub
parent 7174c4cdcd
commit 632731b076
4 changed files with 111 additions and 18 deletions
+1 -1
View File
@@ -252,4 +252,4 @@
"type": "hyperframes:block"
}
]
}
}