Commit adaec819 authored by Gabriel Oliveira's avatar Gabriel Oliveira Committed by 杨奕

Slider: fix slider positioning

parent 91613ba5
......@@ -110,7 +110,7 @@
onDragStart(event) {
this.dragging = true;
this.startX = event.clientX;
this.startPosition = parseInt(this.currentPosition, 10);
this.startPosition = parseFloat(this.currentPosition);
},
onDragging(event) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment