fix(frontend): fix moving pronouns
This commit is contained in:
parent
dd9d35249c
commit
7d0df67c06
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
icon="chevron-down"
|
icon="chevron-down"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
tooltip={$t("editor.move-entry-down")}
|
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" />
|
<input type="text" class="form-control" bind:value={value.value} autocomplete="off" />
|
||||||
<ButtonDropdown>
|
<ButtonDropdown>
|
||||||
|
|
Loading…
Add table
Reference in a new issue