@netless/fastboard-ui 0.3.5 → 0.3.6

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.
@@ -9911,7 +9911,7 @@ function createUI(app, div) {
9911
9911
  }
9912
9912
  };
9913
9913
  if (div) {
9914
- ui.mount(div);
9914
+ ui.mount(div, { app });
9915
9915
  }
9916
9916
  return ui;
9917
9917
  }
@@ -9938,7 +9938,7 @@ function createReplayUI(player, div) {
9938
9938
  }
9939
9939
  };
9940
9940
  if (div) {
9941
- ui.mount(div);
9941
+ ui.mount(div, { player });
9942
9942
  }
9943
9943
  return ui;
9944
9944
  }