trying to get paragraphs in list items under control

This commit is contained in:
2025-09-24 17:30:53 +02:00
parent 28df3e5cee
commit f9cedc7ba3

View File

@@ -37,8 +37,10 @@
{/if}
{#if object}
{#if module=='bookmark'}
<div>
{@html target(object.comment.rendered)}
<a href={object.url}>{object.url}</a>
</div>
{:else if module=='task' || module=='project'}
<span onclick={go}>{object.name}</span>
{:else if module=='document'}