diff --git a/site/examples/links.tsx b/site/examples/links.tsx index ffb271dea..ab66fd2d7 100644 --- a/site/examples/links.tsx +++ b/site/examples/links.tsx @@ -25,6 +25,7 @@ const LinkExample = () => { setValue(value)}> + } @@ -134,6 +135,23 @@ const LinkButton = () => { ) } +const RemoveLinkButton = () => { + const editor = useSlate() + + return ( + + ) +} + const initialValue: Descendant[] = [ { type: 'paragraph',