Narol

Results 7 comments of Narol

假设是多触摸点的话,同时松开,那么touches在touchend应该为空了,changedTouches则不会

现在比较尴尬的事,单点触摸也会触发`multipointEnd`事件,同这个[issue](https://github.com/AlloyTeam/AlloyFinger/issues/42)

This commit is a workaround. https://github.com/inarol/sketch-dev-tools/commit/7ae357e6021578619592af48e8573efb43b97d9e And you could download the plugin file directly. https://github.com/inarol/sketch-dev-tools/releases/tag/v0.9.10

已成功切换 anujs~ 不想折腾了。

@Dougsrodrigues Hi, here is a solution and it works for me. You can try using the following commands. ```bash $ cd example $ bundle install $ cd ios $ pod...

我调试之后发现,Webpack5 compilation.modules的数据结构是这样的: ``` { ... modules: [ { dependencies: [{ moduleA, moduleB }] }, moduleA, moduleB ], ... } ``` 是版本升级的变化吗?

@maoguiyou 不太明白你的需求,可否在codepen.io表现出来