Remove openerTabId on gH

This commit is contained in:
Shin'ya Ueoka 2019-02-04 14:43:03 +09:00
parent d5e561e777
commit 44aff07b89

View file

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