diff --git a/components/list/ListEntry.vue b/components/list/ListEntry.vue index ef7ead4a..1096c78e 100644 --- a/components/list/ListEntry.vue +++ b/components/list/ListEntry.vue @@ -32,9 +32,9 @@ async function prepareEdit() { async function cancelEdit() { isEditing.value = false actionError.value = undefined - reset() await nextTick() + reset() editBtn.value?.focus() }