diff --git a/frontend/src/components/input/ChipsList.vue b/frontend/src/components/input/ChipsList.vue index e976214..ccb9eb1 100644 --- a/frontend/src/components/input/ChipsList.vue +++ b/frontend/src/components/input/ChipsList.vue @@ -87,7 +87,6 @@ watch( ) watch(localFocusedItem, (is) => { - // TODO: Remove focus when changing to undefined if (is === undefined) return const item = containerRef.value?.children?.[is] as HTMLElement item?.focus()