diff --git a/scripts/core/editor3/components/links/LinkDecorator.tsx b/scripts/core/editor3/components/links/LinkDecorator.tsx index 38f6f16f31..431287366b 100644 --- a/scripts/core/editor3/components/links/LinkDecorator.tsx +++ b/scripts/core/editor3/components/links/LinkDecorator.tsx @@ -76,7 +76,15 @@ class LinkComponent extends React.Component { render() { if (this.link.attachment) { - return {this.props.children}; + return ( + + {this.props.children} + + ); } return {this.props.children};