mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
fixes, cleaned up noise in the developer console
This commit is contained in:
@@ -88,7 +88,7 @@ class TabContext extends Component {
|
||||
}
|
||||
|
||||
isActive() {
|
||||
return this.appContext.activeTabId === this.tabId;
|
||||
return this.tabManager.activeTabId === this.tabId;
|
||||
}
|
||||
|
||||
getTabState() {
|
||||
@@ -99,7 +99,7 @@ class TabContext extends Component {
|
||||
return {
|
||||
tabId: this.tabId,
|
||||
notePath: this.notePath,
|
||||
active: this.appContext.activeTabId === this.tabId
|
||||
active: this.tabManager.activeTabId === this.tabId
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user