This commit is contained in:
Lost Paul 2025-07-22 10:27:38 +02:00
commit d58492f8a4
2 changed files with 5 additions and 1 deletions

View file

@ -147,6 +147,10 @@ export default class FolderNotesPlugin extends Plugin {
}
onLayoutReady() {
if (!this._loaded) {
return;
}
registerFileExplorerObserver(this);
this.registerView(FOLDER_OVERVIEW_VIEW, (leaf: WorkspaceLeaf) => {
return new FolderOverviewView(leaf, this);

@ -1 +1 @@
Subproject commit cb1e825c96513b18011f424fc4c60188d0d08ba5
Subproject commit 503ed5db9d9ab0456fcae330e30a62cd923285d3