1 parent 94c9194 commit 7ae9261Copy full SHA for 7ae9261
1 file changed
apps/example-web/src/App.tsx
@@ -333,21 +333,6 @@ function App() {
333
Push Text
334
</button>
335
336
- <button
337
- className="btn btn-full"
338
- onClick={() => {
339
- if (!selection) return;
340
- ref.current?.setLink(
341
- selection.start,
342
- selection.end,
343
- '',
344
- 'swmansion.com'
345
- );
346
- }}
347
- >
348
- setLink(text="")
349
- </button>
350
-
351
{showHtmlOutput && <HtmlOutputPanel html={currentHtml} />}
352
353
<TextRenderer htmlValue={enrichedTextValue} />
0 commit comments