Add comment

This commit is contained in:
Wei Ouyang 2021-05-14 11:41:22 +02:00
parent f129244c26
commit d2d0dc4518

View file

@ -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();