Liuzj
Liuzj
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows [our guidelines](https://github.com/IDuxFE/idux/blob/main/packages/site/src/docs/Contributing.zh.md#commit) - [ ] Tests for the changes have been...
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows [our guidelines](https://github.com/IDuxFE/idux/blob/main/packages/site/src/docs/Contributing.zh.md#commit) - [ ] Tests for the changes have been...
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows [our guidelines](https://github.com/IDuxFE/idux/blob/main/packages/site/src/docs/Contributing.zh.md#commit) - [ ] Tests for the changes have been...
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows [our guidelines](https://github.com/IDuxFE/idux/blob/main/packages/site/src/docs/Contributing.zh.md#commit) - [ ] Tests for the changes have been...
文章写作完成,预览地址:[style-resources-loader 应用](https://github.com/liuzaijiang/weekly/blob/feat-lzj/article/2021/style-resources-loader%20%E5%BA%94%E7%94%A8/style-resources-loader%20%E5%BA%94%E7%94%A8.md)
### 功能描述 版本:"@antv/x6-plugin-scroller": "^2.0.10" 由于对于scroller的onUpdate方法进行了消抖操作,且时间为写死的200ms,在用户体验上不太友好,是否考虑优化一下 源码:https://github.com/antvis/X6/blob/3c5856d3f685dfd1ddd07f8d66ea45d3013ccb63/packages/x6-plugin-scroller/src/scroller.ts#L50  ### 期望解决方案 解决方案: 1. 暴露出这个刷新控制时间给用户自己控制 ```ts autoResize: boolean | { interval: number } ``` 2. 把监听`model.on('cell:changed')`的方法改为监听`node`和`edge`的`moveing`事件,不进行消抖处理,这里不清楚为什么要监听`cell:changed`事件,而且真的要进行操作优化也应该是`throttle`而不是`debounce`
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows [our guidelines](https://github.com/IDuxFE/idux/blob/main/packages/site/src/docs/Contributing.zh.md#commit) - [ ] Tests for the changes have been...
…ariables fix #1462 ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows [our guidelines](https://github.com/IDuxFE/idux/blob/main/packages/site/src/docs/Contributing.zh.md#commit) - [ ] Tests for the...