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 9dc110a commit 72f566cCopy full SHA for 72f566c
1 file changed
apps/example-web/src/App.tsx
@@ -234,6 +234,7 @@ function App() {
234
?.getHTML()
235
.then((html) => {
236
setEnrichedTextValue(html);
237
+ ref.current?.setValue('');
238
})
239
.catch((error: unknown) => {
240
setEnrichedTextValue('');
@@ -323,7 +324,7 @@ function App() {
323
324
data-testid="set-enriched-text-value"
325
onClick={handleSetEnrichedTextValue}
326
>
- Set Enriched Text
327
+ Push Text
328
</button>
329
330
{showHtmlOutput && <HtmlOutputPanel html={currentHtml} />}
0 commit comments