Skip to content

Commit 40834f9

Browse files
authored
Merge pull request #337 from decaf-dev/make-view-pinnable
feat: make leaf pinnable
2 parents 6559d68 + b809aea commit 40834f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/obsidian/vault-explorer-view.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export default class VaultExplorerView extends ItemView {
1414
super(leaf);
1515
this.component = null;
1616
this.plugin = plugin;
17+
this.navigation = true;
1718
}
1819

1920
getIcon(): string {

0 commit comments

Comments
 (0)