fayeah
fayeah
use es6 syntax and change variable which is not immutable from let to const
remove space before comma in comment, and make comment consistent
for后面是名词或是ing形式
加分号使格式统一,0px可以简化为0
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...
replace var with const
We have multiple checkboxes like following: ``` ``` then press two or more boxes at the same time with multi touch, then app would crash after touch for a while....