This commit is contained in:
Lost Paul 2025-07-06 12:31:49 +02:00
parent 4c986d7543
commit 6e9a7c7e17

View file

@ -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));