Skip to content

Commit

Permalink
Merge pull request automat#1 from miranda-huey/patch-1
Browse files Browse the repository at this point in the history
Fix for clicking slider (and not dragging)
  • Loading branch information
James Sundra authored Jan 22, 2018
2 parents 2f36eae + 9ed623b commit 54e95c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/component/Slider_Internal.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Slider_Internal.prototype._onSlotMouseDown = function(){
this._handle.dragging = true;
this._handle.node.getElement().focus();
this._update();
this._onChange();
};

Slider_Internal.prototype._onSlotMouseUp = function(){
Expand Down Expand Up @@ -153,4 +154,4 @@ Slider_Internal.prototype.getValue = function () {
};


module.exports = Slider_Internal;
module.exports = Slider_Internal;

0 comments on commit 54e95c0

Please sign in to comment.