renamed openTabs to openNoteContexts

This commit is contained in:
zadam
2023-04-11 22:00:04 +02:00
parent 17128c5874
commit 3f8bf7cacc
10 changed files with 26 additions and 25 deletions

View File

@@ -179,7 +179,7 @@ class NoteContext extends Component {
return appContext.tabManager.activeNtxId === this.ntxId;
}
getTabState() {
getPojoState() {
if (!this.notePath && this.hoistedNoteId === 'root') {
// keeping empty hoisted tab is esp. important for mobile (e.g. opened launcher config)
return null;