mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
Slider: fix button jumping to previous value when clicked
This commit is contained in:
@@ -133,6 +133,7 @@
|
||||
this.startX = event.clientX;
|
||||
}
|
||||
this.startPosition = parseFloat(this.currentPosition);
|
||||
this.newPosition = this.startPosition;
|
||||
},
|
||||
|
||||
onDragging(event) {
|
||||
|
||||
Reference in New Issue
Block a user