mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Fix #256
This commit is contained in:
parent
4c986d7543
commit
6e9a7c7e17
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ async function updateFolderNamesInPath(plugin: FolderNotesPlugin, titleContainer
|
|||
const excludedFolder = getExcludedFolder(plugin, folderPath, true);
|
||||
if (excludedFolder?.disableFolderNote) return;
|
||||
const folderNote = getFolderNote(plugin, folderPath);
|
||||
if (!folderNote) return;
|
||||
if (folderNote) breadcrumb.classList.add('has-folder-note');
|
||||
|
||||
breadcrumb?.setAttribute('data-path', path.slice(0, -1));
|
||||
|
|
|
|||
Loading…
Reference in a new issue