Skip to content

Commit

Permalink
releases 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Nov 22, 2024
1 parent f203b13 commit dec0c4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/slider/src/slider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ export default defineComponent({
reactData.startValue = XEUtils.floor(Math.max(minNum, Math.min(maxNum, trackWidth * (maxNum - minNum))))
}
}
console.log(reactData.endValue, reactData.startValue)
updateBarStyle()
}
document.onmouseup = (evnt: MouseEvent) => {
Expand Down

0 comments on commit dec0c4a

Please sign in to comment.