fix searchForNotes API method to look for archived notes as well

This commit is contained in:
zadam
2021-02-09 22:32:25 +01:00
parent bf231d31a2
commit 43ac712fca
5 changed files with 12 additions and 10 deletions

View File

@@ -93,8 +93,6 @@ export default class TabManager extends Component {
filteredTabs[0].active = true;
}
console.log("filteredTabs", filteredTabs);
await this.tabsUpdate.allowUpdateWithoutChange(async () => {
for (const tab of filteredTabs) {
await this.openTabWithNote(tab.notePath, tab.active, tab.tabId, tab.hoistedNoteId);