Skip to content

Commit b809aea

Browse files
committed
feat: make leaf pinnable
1 parent 6559d68 commit b809aea

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)