Fix error on keyword not found

This commit is contained in:
Shin'ya Ueoka 2018-07-28 22:51:58 +09:00
parent ed2bd7d75e
commit f914d76ce8
4 changed files with 11 additions and 7 deletions

View file

@ -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) {