mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 19:44:59 +03:00
Fix backlink clicks (#3697)
This commit is contained in:
parent
35b24ad493
commit
431c5a5e70
@ -47,6 +47,6 @@
|
|||||||
|
|
||||||
{#if presenter}
|
{#if presenter}
|
||||||
<span class="labels-row">
|
<span class="labels-row">
|
||||||
<svelte:component this={presenter.presenter} value={doc} disabled inline />
|
<svelte:component this={presenter.presenter} value={doc} inline />
|
||||||
</span>
|
</span>
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
Reference in New Issue
Block a user