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 5a89530 commit 0ea31d9Copy full SHA for 0ea31d9
src/json-crdt-peritext-ui/plugins/toolbar/components/UrlDisplayLayout.tsx
@@ -89,7 +89,7 @@ export const UrlDisplayLayout: React.FC<UrlDisplayLayoutProps> = ({url}) => {
89
<div className={buttonGroupClass}>
90
<CopyButton width={48} height={48} round onCopy={() => url} tooltip={{anchor: {}}} />
91
<BasicTooltip nowrap renderTooltip={() => t('Open')}>
92
- <BasicButton width={48} height={48} round>
+ <BasicButton width={48} height={48} round to={url} target='_blank' rel='noopener noreferrer'>
93
<Iconista width={16} height={16} set={'lucide'} icon='external-link' />
94
</BasicButton>
95
</BasicTooltip>
0 commit comments