Skip to content

Commit

Permalink
Stop catching touchdowns on the bar.
Browse files Browse the repository at this point in the history
Only a tap and a mousedown on the bar should alter the knob-position.
Fixes PolymerElements#178
  • Loading branch information
NovapaX authored Feb 22, 2018
1 parent 75c87eb commit 3ac8ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper-slider.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
step="[[step]]"
value="[[immediateValue]]"
secondary-progress="[[secondaryProgress]]"
on-down="_bardown"
on-mousedown="_bardown"
on-up="_resetKnob"
on-track="_onTrack">
</paper-progress>
Expand Down

0 comments on commit 3ac8ef7

Please sign in to comment.