mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
slider: fixed mouse refactoring issue that caused clicking somewhere on the slider not to fire any callbacks
This commit is contained in:
parent
0d01cc3691
commit
126d7d925b
@ -286,6 +286,7 @@ $.widget("ui.slider", {
|
|||||||
this.firstValue = this.value();
|
this.firstValue = this.value();
|
||||||
|
|
||||||
this.propagate('start', e);
|
this.propagate('start', e);
|
||||||
|
this.drag(e, handle);
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user