console.log 삭제
This commit is contained in:
parent
d7f32a5f14
commit
cea2ecf9ef
@ -4,7 +4,7 @@ export default function RangeSlider(
|
|||||||
const { title, initValue, onchange, step, min, max } = props
|
const { title, initValue, onchange, step, min, max } = props
|
||||||
|
|
||||||
const handleChange = (e) => {
|
const handleChange = (e) => {
|
||||||
console.log(e.target.value)
|
// console.log(e.target.value)
|
||||||
onchange(e.target.value)
|
onchange(e.target.value)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user