gui improvements
Build Docker Image / Docker-Build (push) Successful in 3m1s
Build Docker Image / Clean-Registry (push) Successful in 4s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-05-04 14:38:57 +02:00
parent cca8767dc8
commit fa395b5a33
2 changed files with 5 additions and 1 deletions
@@ -155,5 +155,8 @@
{/if}
{:else}
<Display classes={{editable}} markdown={value} {onclick} {oncontextmenu} title={t('right_click_to_edit')} wrapper={type} />
{#if !value.display}
<button onclick={oncontextmenu}>{t('add content')}</button>
{/if}
{/if}
</div>