raxjs / rax-components

Rax base components
https://github.com/alibaba/rax
Other
90 stars 74 forks source link

fix: disable scroll not working #462

Closed chenjun1011 closed 2 years ago

chenjun1011 commented 2 years ago

当 disbaleScroll 初始值为 false 时,再次设置为 true,不会生效,ScrollView 依然不能滚动。原因是 overflow 属性虽然被 delete 了,但没有被重新赋值。