Remove openerTabId on gH

jh-changes
Shin'ya Ueoka 6 years ago
parent d5e561e777
commit 44aff07b89
  1. 2
      src/background/usecases/operation.js

@ -197,7 +197,7 @@ export default class OperationInteractor {
return this.tabPresenter.open(us[0], tab.id);
}
for (let u of us) {
this.tabPresenter.create(u, { openerTabId: tab.id });
this.tabPresenter.create(u);
}
}
}