fix: list name is not up-to-date after modification (#2797)
This commit is contained in:
parent
706cffe209
commit
2a6a994da1
|
@ -32,9 +32,9 @@ async function prepareEdit() {
|
||||||
async function cancelEdit() {
|
async function cancelEdit() {
|
||||||
isEditing.value = false
|
isEditing.value = false
|
||||||
actionError.value = undefined
|
actionError.value = undefined
|
||||||
reset()
|
|
||||||
|
|
||||||
await nextTick()
|
await nextTick()
|
||||||
|
reset()
|
||||||
editBtn.value?.focus()
|
editBtn.value?.focus()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue