mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
Merge pull request #337 from decaf-dev/make-view-pinnable
feat: make leaf pinnable
This commit is contained in:
commit
40834f9c3d
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ export default class VaultExplorerView extends ItemView {
|
|||
super(leaf);
|
||||
this.component = null;
|
||||
this.plugin = plugin;
|
||||
this.navigation = true;
|
||||
}
|
||||
|
||||
getIcon(): string {
|
||||
|
|
|
|||
Loading…
Reference in a new issue