mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-26 21:15:32 +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}
|
{:else if mark.type === MarkupMarkType.em}
|
||||||
<em><slot /></em>
|
<em><slot /></em>
|
||||||
{:else if mark.type === MarkupMarkType.link}
|
{: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 />
|
<slot />
|
||||||
</a>
|
</a>
|
||||||
{:else if mark.type === MarkupMarkType.strike}
|
{:else if mark.type === MarkupMarkType.strike}
|
||||||
|
Loading…
Reference in New Issue
Block a user