Fix backlink clicks (#3697)

This commit is contained in:
Andrey Sobolev 2023-09-15 09:05:35 +07:00 committed by GitHub
parent 35b24ad493
commit 431c5a5e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}