Skip to content

Commit 189c8c6

Browse files
committed
fixed slider
1 parent eb68232 commit 189c8c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/ui.slider.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ $.widget("ui.slider", {
9090
mouseStart: function(e) { return self.start.call(self, e, this.element[0]); },
9191
mouseStop: function(e) { return self.stop.call(self, e, this.element[0]); },
9292
mouseDrag: function(e) { return self.drag.call(self, e, this.element[0]); },
93+
mouseCapture: function() { return true; },
9394
trigger: function(e) { this.mouseDown(e); }
9495
});
9596

0 commit comments

Comments
 (0)