提交 adb326c3 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

fix(movable-view): 支持触摸中响应 disabled 变化

上级 2ed7adc2
......@@ -233,6 +233,12 @@ function useMovableViewState(
watch(ySync, (val) => {
_setY(val)
})
watch(
() => props.disabled,
() => {
__handleTouchStart()
}
)
watch(
() => props.scaleValue,
(val) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册