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 Apr 11, 2023
1 parent 80bb08f commit a875eca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ protected void onNoteLoaded(Note note) {
changedText = newContent.toString();
saveNote(null);
});
contentLoaded = true;
}

protected void registerInternalNoteLinkHandler() {
Expand Down

0 comments on commit a875eca

Please sign in to comment.