mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-26 04:54:40 +03:00
Fix copy link (#5467)
This commit is contained in:
parent
eb2daac725
commit
1e71183c78
@ -49,7 +49,7 @@
|
||||
{:else if mark.type === MarkupMarkType.em}
|
||||
<em><slot /></em>
|
||||
{:else if mark.type === MarkupMarkType.link}
|
||||
<a href={attrs.href} target={attrs.target} on:click={handleLink}>
|
||||
<a href={attrs.href} target={attrs.target} on:click={handleLink} on:contextmenu|stopPropagation>
|
||||
<slot />
|
||||
</a>
|
||||
{:else if mark.type === MarkupMarkType.strike}
|
||||
|
Loading…
Reference in New Issue
Block a user