mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Update styleFunctions.ts
This commit is contained in:
parent
c1e7567a6e
commit
cc830920dd
1 changed files with 0 additions and 1 deletions
|
|
@ -146,7 +146,6 @@ export function getEl(path: string, plugin: FolderNotesPlugin): HTMLElement | nu
|
|||
const fileExplorer = getFileExplorer(plugin);
|
||||
if (!fileExplorer) { return null; }
|
||||
if (!fileExplorer.view) { return null; }
|
||||
console.log(fileExplorer.view);
|
||||
if (!fileExplorer.view.fileItems) { return null; }
|
||||
const fileExplorerItem = fileExplorer.view.fileItems[path];
|
||||
if (!fileExplorerItem) { return null; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue