We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb68232 commit 189c8c6Copy full SHA for 189c8c6
1 file changed
ui/ui.slider.js
@@ -90,6 +90,7 @@ $.widget("ui.slider", {
90
mouseStart: function(e) { return self.start.call(self, e, this.element[0]); },
91
mouseStop: function(e) { return self.stop.call(self, e, this.element[0]); },
92
mouseDrag: function(e) { return self.drag.call(self, e, this.element[0]); },
93
+ mouseCapture: function() { return true; },
94
trigger: function(e) { this.mouseDown(e); }
95
});
96
0 commit comments