Skip to content

Commit

Permalink
fix(QSlider/QRange): lazy input not triggered if only tapping #3995
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 1, 2019
1 parent 9b5338b commit df8489d
Show file tree
Hide file tree
Showing 2 changed files with 548 additions and 664 deletions.
2 changes: 1 addition & 1 deletion quasar/src/components/slider/slider-utils.js
Expand Up @@ -159,7 +159,7 @@ export let SliderMixin = {

__mobileClick (evt) {
this.__updatePosition(evt, this.__getDragging(evt))
this.__updateValue()
this.__updateValue(true)
},

__keyup (evt) {
Expand Down

0 comments on commit df8489d

Please sign in to comment.