Render html also in edit panels

This commit is contained in:
2024-03-02 12:37:45 +01:00
parent d355f2fc09
commit af2763e64f
2 changed files with 10 additions and 4 deletions

View File

@@ -509,7 +509,9 @@ h3{
</button>
</div>
<div>
<div on:click={() => show_modal_edit_step(list_index, step_index)}>{step}</div>
<div on:click={() => show_modal_edit_step(list_index, step_index)}>
{@html step}
</div>
<div><button class="action_button button_subtle" on:click={() => show_modal_edit_step(list_index, step_index)}>
<Pen fill=var(--nord1)></Pen>
</button>