starting work on link map reimplementation using force-graph library

This commit is contained in:
zadam
2021-05-29 22:52:32 +02:00
parent 60f88574b0
commit f5573fcad4
8 changed files with 183 additions and 255 deletions

View File

@@ -100,8 +100,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.openContextWithNote(tab.notePath, tab.active, tab.ntxId, tab.hoistedNoteId, tab.mainNtxId);