mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
starting work on link map reimplementation using force-graph library
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user