We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a86156 commit df4e0baCopy full SHA for df4e0ba
src/main.ts
@@ -22,8 +22,6 @@ export default class FileExplorerPlusPlugin extends Plugin {
22
this.app.workspace.onLayoutReady(() => {
23
this.patchFileExplorer();
24
this.getFileExplorer()?.requestSort();
25
-
26
- console.log(this.app.workspace.getLeavesOfType("file-explorer")?.first());
27
});
28
29
this.app.workspace.on("layout-change", () => {
0 commit comments