Merge pull request #337 from decaf-dev/make-view-pinnable

feat: make leaf pinnable
This commit is contained in:
DecafDev 2024-09-10 20:41:50 -06:00 committed by GitHub
commit 40834f9c3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,7 @@ export default class VaultExplorerView extends ItemView {
super(leaf);
this.component = null;
this.plugin = plugin;
this.navigation = true;
}
getIcon(): string {