Skip to content

Commit

Permalink
fix: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Dec 13, 2024
1 parent 0203544 commit 304a63c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/KSelect/KSelectItems.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
v-for="item in nonGroupedItems"
:key="item.key"
ref="kSelectItem"
:data-key="item.key"
:item="item"
@arrow-down="() => shiftFocus(item.key, 'down')"
@arrow-up="() => shiftFocus(item.key, 'up')"
Expand Down Expand Up @@ -31,7 +30,6 @@
v-for="item in getGroupItems(group)"
:key="item.key"
ref="kSelectItem"
:data-key="item.key"
:item="item"
@arrow-down="() => shiftFocus(item.key, 'down')"
@arrow-up="() => shiftFocus(item.key, 'up')"
Expand Down

0 comments on commit 304a63c

Please sign in to comment.