import & export fixed

This commit is contained in:
zadam
2020-01-21 21:43:23 +01:00
parent 96a7b4e45e
commit 55d1f9e9f0
8 changed files with 57 additions and 49 deletions

View File

@@ -96,6 +96,10 @@ class TabContext extends Component {
}
}
isActive() {
return this.appContext.activeTabId === this.tabId;
}
getTabState() {
if (!this.notePath) {
return null;