Skip to content

Commit

Permalink
fix bug in initimjoy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanguage committed Apr 16, 2024
1 parent adb2f23 commit 54fbccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ async function initImJoy() {
window.app.imjoy = api;
const clientApi = await createImjoyApi(api)
await api.export(clientApi);
window.api.client = clientApi;
window.app.client = clientApi;
} else {
// start as an standalone app
await setupImJoyApp();
Expand Down

0 comments on commit 54fbccf

Please sign in to comment.