Fix error on keyword not found
This commit is contained in:
parent
ed2bd7d75e
commit
f914d76ce8
4 changed files with 11 additions and 7 deletions
|
@ -8,8 +8,7 @@ export default class LinkInteractor {
|
|||
}
|
||||
|
||||
openToTab(url, tabId) {
|
||||
this.tabPresenter.open(url, tabId);
|
||||
|
||||
return this.tabPresenter.open(url, tabId);
|
||||
}
|
||||
|
||||
async openNewTab(url, openerId, background) {
|
||||
|
|
Reference in a new issue