Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit fbb6ef0

Browse files
committed
Merge branch '416-bug-edit-inline-field-with-an-empty-front-matter-is-not-persisted-correctly-the-first-time'
2 parents 648ae23 + e55765c commit fbb6ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/EditEngineService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ class EditEngine {
148148
contentHasFrontmatter
149149
)
150150
};
151-
await persistFrontmatter(columnId);
152151
await VaultManagerDB.editNoteContent(noteObject);
152+
await persistFrontmatter(columnId);
153153
}
154154

155155
async function inlineRemoveColumn(): Promise<void> {

0 commit comments

Comments
 (0)