mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-27 13:48:52 +02:00
Prevent opening card dialog when link for URL is clicked. (#1037)
Co-authored-by: Jesús Espino <jespinog@gmail.com>
This commit is contained in:
parent
b5d58060cf
commit
2520d2fa4b
@ -25,6 +25,7 @@ const URLProperty = (props: Props): JSX.Element => {
|
||||
href={Utils.ensureProtocol(props.value.trim())}
|
||||
target='_blank'
|
||||
rel='noreferrer'
|
||||
onClick={(event) => event.stopPropagation()}
|
||||
>
|
||||
<LinkIcon/>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user