Fixed #5446 - Slider: Focus on slider on mouse click not working
parent
4e3ae01cbb
commit
bfcc09e383
|
@ -154,6 +154,7 @@ export default {
|
||||||
this.handleIndex = index;
|
this.handleIndex = index;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
event.currentTarget.focus();
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
},
|
},
|
||||||
onDrag(event) {
|
onDrag(event) {
|
||||||
|
|
Loading…
Reference in New Issue