Use adjacent tab
This commit is contained in:
parent
c0502c0f9a
commit
fddb4914ad
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export default class LinkInteractor {
|
|||
let settings = await this.settingRepository.get();
|
||||
let { adjacenttab } = settings.properties;
|
||||
if (adjacenttab) {
|
||||
return this.tabPresenter.create(url, {
|
||||
return this.tabPresenter.createAdjacent(url, {
|
||||
openerTabId: openerId, active: !background
|
||||
});
|
||||
}
|
||||
|
|
Reference in a new issue