Skip to content

Commit

Permalink
Update chatbot-extension.imjoy.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanguage authored Mar 1, 2024
1 parent ce36f42 commit 2b88857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/chatbot-extension.imjoy.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
let ij = await api.getWindow("ImageJ.JS")
if (!ij) {
ij = await api.createWindow({src: "https://ij.imjoy.io/", name: "ImageJ.JS"})
await ij.runMacro('run("Blobs (25K)")')
}
}
}
Expand Down

0 comments on commit 2b88857

Please sign in to comment.