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() {
|
||||
isEditing.value = false
|
||||
actionError.value = undefined
|
||||
reset()
|
||||
|
||||
await nextTick()
|
||||
reset()
|
||||
editBtn.value?.focus()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user