Skip to content

Commit

Permalink
Merge branch 'feat/2.5.0' of github.com:xiaokaike/vue-color into feat…
Browse files Browse the repository at this point in the history
…/2.5.0
  • Loading branch information
linx4200 committed Jan 31, 2018
2 parents e992da3 + c80c951 commit 2eb409d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/common/Saturation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<div class="vc-saturation"
:style="{background: bgColor}"
ref="container"
@mousedown="handleMouseDown">
@mousedown="handleMouseDown"
@touchmove="handleChange"
@touchstart="handleChange">
<div class="vc-saturation--white"></div>
<div class="vc-saturation--black"></div>
<div class="vc-saturation-pointer" :style="{top: pointerTop, left: pointerLeft}">
Expand Down

0 comments on commit 2eb409d

Please sign in to comment.