Skip to content

Commit

Permalink
Fixed #5446 - Slider: Focus on slider on mouse click not working
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Apr 1, 2024
1 parent 4e3ae01 commit bfcc09e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/slider/Slider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export default {
this.handleIndex = index;
}
event.currentTarget.focus();
event.preventDefault();
},
onDrag(event) {
Expand Down

0 comments on commit bfcc09e

Please sign in to comment.