diff --git a/public/plugins/bioengine-test-run.imjoy.html b/public/plugins/bioengine-test-run.imjoy.html index 919372e7..a70634c2 100644 --- a/public/plugins/bioengine-test-run.imjoy.html +++ b/public/plugins/bioengine-test-run.imjoy.html @@ -248,6 +248,7 @@ this.input_window_id = ctx.data.input_window_id this.output_window_id = ctx.data.output_window_id this.model_id = model_id + const viewerPromise = this.core_plugin.load_viewer(this.input_window_id) // Load the model RDF const rdf = await this.core_plugin.get_model_rdf(model_id) console.log(rdf) @@ -261,6 +262,7 @@ const testInputs = rdf.test_inputs[0] this.set_default_url(testInputs) } + await viewerPromise this.setInfoPanel("") this.setWaiting(false) this.setButtonsDisabled(false) @@ -325,7 +327,7 @@ placeholder="Input axes" id="input-axes-input" /> -
+