mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
import & export fixed
This commit is contained in:
@@ -96,6 +96,10 @@ class TabContext extends Component {
|
||||
}
|
||||
}
|
||||
|
||||
isActive() {
|
||||
return this.appContext.activeTabId === this.tabId;
|
||||
}
|
||||
|
||||
getTabState() {
|
||||
if (!this.notePath) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user