Skip to content

Commit 7ae9261

Browse files
committed
chore: remove button for testing purposes
1 parent 94c9194 commit 7ae9261

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

apps/example-web/src/App.tsx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -333,21 +333,6 @@ function App() {
333333
Push Text
334334
</button>
335335

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-
351336
{showHtmlOutput && <HtmlOutputPanel html={currentHtml} />}
352337

353338
<TextRenderer htmlValue={enrichedTextValue} />

0 commit comments

Comments
 (0)