@tomorrowevening/theatre-core 1.0.11 → 1.0.12

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.js CHANGED
@@ -4674,6 +4674,7 @@ var Sequence = class {
4674
4674
  if (event.name === "stop") {
4675
4675
  requestAnimationFrame(() => {
4676
4676
  this.pause();
4677
+ this._playbackControllerBox.get().gotoPosition(event.position);
4677
4678
  });
4678
4679
  return;
4679
4680
  } else if (event.name === "goTo" && event.value !== void 0) {