Skip to content

Commit

Permalink
Add ability to click on the bar to change value
Browse files Browse the repository at this point in the history
Fixes #2
  • Loading branch information
Lucas Bento committed Nov 16, 2017
1 parent 607d351 commit 3555449
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const updateSlider = (value) => {

noUiSlider.create(el, {
start: value,
behaviour: 'drag',
connect: [true, false],
range: {
min: 0,
Expand Down

0 comments on commit 3555449

Please sign in to comment.