We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c34946c commit b84d939Copy full SHA for b84d939
src/patchFileExplorer.ts
@@ -149,6 +149,8 @@ async function patchFileExplorer(plugin: ImportAttachments) {
149
150
if(isFileExplorerView(viewInstance)) {
151
viewClass = viewInstance.constructor as FileExplorerViewConstructorType; // Get the class from the instance
152
+ // console.log(viewInstance.containerEl);
153
+
154
patchFileExplorerView(plugin,viewClass);
155
patched = true;
156
// we want to apply the monkey-patch once, so we need to break out of the for loop
0 commit comments