Skip to content

Commit fe7f6c3

Browse files
authored
fix: Only the first one is executed when there are multiple 'update frontmatter' actions #62
2 parents 7cd9de2 + 6c7b4ba commit fe7f6c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/src/service/action/update-frontmatter/UpdateFrontmatterActionService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,6 @@ export default class UpdateFrontmatterActionService implements IActionService {
5252
frontmatter[property.name] = convertFrontmatterValue(app, property.name, property.value);
5353
}
5454
});
55+
await chain.next(context);
5556
}
5657
}

0 commit comments

Comments
 (0)