Skip to content

Commit

Permalink
fix contentLoaded not updated for preview mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nwatson3 authored and AndyScherzinger committed Mar 7, 2024
1 parent 86048f1 commit 50fccda
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ protected void onNoteLoaded(Note note) {
changedText = newContent.toString();
saveNote(null);
});
contentLoaded = true;
}

protected void registerInternalNoteLinkHandler() {
Expand Down

0 comments on commit 50fccda

Please sign in to comment.