diff --git a/openflexure_microscope/api/static/src/components/tabContentComponents/imjoyContent.vue b/openflexure_microscope/api/static/src/components/tabContentComponents/imjoyContent.vue index cac43c0d..37ca0ead 100644 --- a/openflexure_microscope/api/static/src/components/tabContentComponents/imjoyContent.vue +++ b/openflexure_microscope/api/static/src/components/tabContentComponents/imjoyContent.vue @@ -562,6 +562,7 @@ export default { } }, async addWindow(w) { + // Here we can add check w.standalone if we want to allow the plugin to decide whether to open in a new tab. this.$store.commit("imjoy/addTab", w); await this.$nextTick(); //this.$forceUpdate();