Remove openerTabId on gH
This commit is contained in:
parent
d5e561e777
commit
44aff07b89
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ export default class OperationInteractor {
|
||||||
return this.tabPresenter.open(us[0], tab.id);
|
return this.tabPresenter.open(us[0], tab.id);
|
||||||
}
|
}
|
||||||
for (let u of us) {
|
for (let u of us) {
|
||||||
this.tabPresenter.create(u, { openerTabId: tab.id });
|
this.tabPresenter.create(u);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue