ozntel / file-explorer-note-count

Obsidian Plugin for viewing the number of elements under each folder within the file explorer
105 stars 19 forks source link

1.6x errors when loading app.js:1 TypeError: Cannot read properties of undefined (reading 'innerEl') #25

Open wish5115 opened 4 months ago

wish5115 commented 4 months ago
app.js:1 TypeError: Cannot read properties of undefined (reading 'innerEl')
    at FileExplorerNoteCount.doHiddenRoot (plugin:file-explorer-note-count:855:50)
    at eval (plugin:file-explorer-note-count:904:22)
    at tryGetView (plugin:file-explorer-note-count:896:25)
    at doWithFileExplorer (plugin:file-explorer-note-count:899:17)
    at FileExplorerNoteCount.initialize (plugin:file-explorer-note-count:928:13)
    at t.<anonymous> (app.js:1:2246728)
    at app.js:1:237079
    at Object.next (app.js:1:237184)
    at a (app.js:1:235902)
(匿名)    @   app.js:1
(匿名)    @   app.js:1
(匿名)    @   app.js:1
a   @   app.js:1
image
dominik-ilja commented 4 months ago

I'm using v1.6.5 of Obsidian and was receiving the same error. I was using version 1.2.1 of the plugin and updating it to 1.2.2 fixed the issue.