fix(frontend): fix moving pronouns

This commit is contained in:
sam 2025-03-05 15:13:26 +01:00
parent dd9d35249c
commit 7d0df67c06
Signed by: sam
GPG key ID: B4EF20DDE721CAA1

View file

@ -48,7 +48,7 @@
icon="chevron-down"
color="secondary"
tooltip={$t("editor.move-entry-down")}
onclick={() => moveValue(index, true)}
onclick={() => moveValue(index, false)}
/>
<input type="text" class="form-control" bind:value={value.value} autocomplete="off" />
<ButtonDropdown>