mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
moving from inherited attribute queries to owned one where it makes sense
This commit is contained in:
@@ -79,7 +79,7 @@ async function exportToTar(taskContext, branch, format, res) {
|
||||
async function getNoteMeta(branch, parentMeta, existingFileNames) {
|
||||
const note = await branch.getNote();
|
||||
|
||||
if (await note.hasLabel('excludeFromExport')) {
|
||||
if (await note.hasOwnedLabel('excludeFromExport')) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user