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