Fixed #5446 - Slider: Focus on slider on mouse click not working

pull/5513/head
tugcekucukoglu 2024-04-01 15:32:41 +03:00
parent 4e3ae01cbb
commit bfcc09e383
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ export default {
this.handleIndex = index;
}
event.currentTarget.focus();
event.preventDefault();
},
onDrag(event) {