Add comment
This commit is contained in:
parent
f129244c26
commit
d2d0dc4518
1 changed files with 1 additions and 0 deletions
|
|
@ -562,6 +562,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async addWindow(w) {
|
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);
|
this.$store.commit("imjoy/addTab", w);
|
||||||
await this.$nextTick();
|
await this.$nextTick();
|
||||||
//this.$forceUpdate();
|
//this.$forceUpdate();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue