Skip to content

Commit c26e198

Browse files
Update docs/docs/api-reference/enriched-text-input.md
Co-authored-by: Krystian Sienkiewicz <146986839+hejsztynx@users.noreply.github.com>
1 parent 2774cd4 commit c26e198

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/docs/api-reference/enriched-text-input.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ interface OnChangeHtmlEvent {
247247
Specifying `onChangeHtml` may have performance implications, especially with
248248
large documents, as it requires continuous HTML parsing. If you only need the
249249
HTML at specific moments (for example when saving), use the
250-
[`getHTML`](#gethtml) ref method instead. When `onChangeHtml` is not provided,
251-
the component avoids unnecessary HTML parsing.
250+
[`getHTML`](#gethtml) ref method instead.
252251

253252
:::
254253

0 commit comments

Comments
 (0)