Rename discardShortcutEnabled to enableDiscardShortcut
This commit is contained in:
parent
ebb093797c
commit
00bfa2c552
@ -85,7 +85,7 @@
|
|||||||
:upload-enabled="true"
|
:upload-enabled="true"
|
||||||
:bottom-actions="actions[c.id]"
|
:bottom-actions="actions[c.id]"
|
||||||
:show-save="true"
|
:show-save="true"
|
||||||
:discard-shortcut-enabled="true"
|
:enable-discard-shortcut="true"
|
||||||
initial-mode="preview"
|
initial-mode="preview"
|
||||||
@update:modelValue="
|
@update:modelValue="
|
||||||
() => {
|
() => {
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
:placeholder="$t('task.description.placeholder')"
|
:placeholder="$t('task.description.placeholder')"
|
||||||
:show-save="true"
|
:show-save="true"
|
||||||
edit-shortcut="e"
|
edit-shortcut="e"
|
||||||
:discard-shortcut-enabled="true"
|
:enable-discard-shortcut="true"
|
||||||
@update:modelValue="saveWithDelay"
|
@update:modelValue="saveWithDelay"
|
||||||
@save="save"
|
@save="save"
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user