Skip to content

Commit

Permalink
fix: Backlinks will no longer disappear in preview upon editing
Browse files Browse the repository at this point in the history
  • Loading branch information
tma66 committed Mar 23, 2022
1 parent 8281e30 commit 2c73a3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-core/src/services/TextDocumentService.ts
Expand Up @@ -156,6 +156,7 @@ export class TextDocumentService implements ITextDocumentService {
});
return noteHydrated;
}

const props = await this.updateNoteContents({
oldNote: noteHydrated,
content,
Expand Down

0 comments on commit 2c73a3b

Please sign in to comment.