delete preview takes into account strong/weak branches

This commit is contained in:
zadam
2022-12-24 13:15:19 +01:00
parent b6f7c604c7
commit 5a2907b670
2 changed files with 9 additions and 5 deletions

View File

@@ -413,7 +413,7 @@ export default class TabManager extends Component {
return;
}
this.recentlyClosedTabs.push(noteContexts);console.log(this.recentlyClosedTabs);
this.recentlyClosedTabs.push(noteContexts);
}
tabReorderEvent({ntxIdsInOrder}) {