We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c22f79 commit dfb38e8Copy full SHA for dfb38e8
docs/pages/docs/editor-basics/setup.mdx
@@ -100,9 +100,9 @@ export type BlockNoteViewProps = {
100
101
`editable`: Whether the editor should be editable.
102
103
-`onSelectionChange`: Callback for when the editor selection changes.
+`onSelectionChange`: Callback fired when the editor selection changes.
104
105
-`onChange`: Callback for when the editor selection or content changes.
+`onChange`: Callback fired when the editor content (document) changes.
106
107
`theme`: The editor's theme, see [Themes](/docs/styling-theming/themes) for more about this.
108
0 commit comments