Skip to content

Commit

Permalink
fix(Toggle): remove keydown.enter (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
runyasak committed Jan 26, 2024
1 parent a3ddc89 commit 8e40d17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/radix-vue/src/Toggle/ToggleRoot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ const dataState = computed<DataState>(() => {
:data-disabled="disabled ? '' : undefined"
:disabled="disabled"
@click="togglePressed"
@keydown.enter="togglePressed"
>
<slot />
</Primitive>
Expand Down

0 comments on commit 8e40d17

Please sign in to comment.