react-input-slider icon indicating copy to clipboard operation
react-input-slider copied to clipboard

Pass position to onDragEnd rather than the default event

Open Klingefjord opened this issue 5 years ago • 1 comments

I don't see why the default event is interesting here. In my usecase I needed the current value to process it in onDragEnd()

Klingefjord avatar Nov 05 '20 15:11 Klingefjord

Codecov Report

Merging #69 into master will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #69   +/-   ##
=======================================
  Coverage   32.45%   32.45%           
=======================================
  Files           3        3           
  Lines         114      114           
  Branches       34       34           
=======================================
  Hits           37       37           
  Misses         60       60           
  Partials       17       17           
Impacted Files Coverage Δ
src/slider.js 31.73% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3508bf6...ca3804a. Read the comment docs.

codecov-io avatar Nov 05 '20 15:11 codecov-io