From d2d0dc4518317dd23de9e80e8693d780c00f1cfa Mon Sep 17 00:00:00 2001 From: Wei Ouyang Date: Fri, 14 May 2021 11:41:22 +0200 Subject: [PATCH] Add comment --- .../static/src/components/tabContentComponents/imjoyContent.vue | 1 + 1 file changed, 1 insertion(+) 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();