Skip to content

Commit

Permalink
Merge pull request #40247 from nexarvo/private-notes-live-markdown
Browse files Browse the repository at this point in the history
Implement live markdown for private notes
  • Loading branch information
puneetlath authored Apr 22, 2024
2 parents 01279f5 + fb5d282 commit 98d85e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/PrivateNotes/PrivateNotesEditPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ function PrivateNotesEditPage({route, personalDetailsList, report}: PrivateNotes
privateNotesInput.current = el;
updateMultilineInputRange(privateNotesInput.current);
}}
isMarkdownEnabled
/>
</OfflineWithFeedback>
</FormProvider>
Expand Down

0 comments on commit 98d85e0

Please sign in to comment.