mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-19 23:40:07 +00:00
fix: list name is not up-to-date after modification (#2797)
This commit is contained in:
parent
706cffe209
commit
2a6a994da1
1 changed files with 1 additions and 1 deletions
|
@ -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