Skip to content

Commit

Permalink
RISDEV-6147 Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-deazevedo committed Jan 17, 2025
1 parent d246562 commit 6214e60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/input/ChipsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6214e60

Please sign in to comment.