Skip to content

Commit

Permalink
style: add a comment about Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Aug 13, 2024
1 parent 1c771e5 commit 00a67e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/v1/notes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ export class Notes {
* - You also cannot update the content of a note associated with an email.
* - You cannot update the type of a note.
*
* *Note from 2024-08-13*: Updating an HTML note with changed HTML content seems to result in the note being displayed as plain text in the Affinity web app. Bug is reported.
*
* @example
* ```typescript
* const updatedNote = await affinity.notes.update({
Expand Down

0 comments on commit 00a67e2

Please sign in to comment.