We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6559d68 commit b809aeaCopy full SHA for b809aea
src/obsidian/vault-explorer-view.ts
@@ -14,6 +14,7 @@ export default class VaultExplorerView extends ItemView {
14
super(leaf);
15
this.component = null;
16
this.plugin = plugin;
17
+ this.navigation = true;
18
}
19
20
getIcon(): string {
0 commit comments