Leman
Leman
```ts const [ready, setReady] = useState(false); const { data, loading, run } = useRequest(getEmail, { debounceWait: 3000, debounceLeading: true, ready: ready }); ``` 上述代码在sandbox时调试时,发现debounceLeading**偶现**不生效,即有时候当ready切换到true时,getEmail不立即执行  偶现是当manual明确设置为false的时候,leading有时候能起作用😂 版本:3.8.0
### 发生了什么? Window+Edge 页面测试,按住shift,滚轮事件的deltaX还是0,而deltaY有值,感觉应该判断一下shift键是否按下,以兼容 ### logicflow/core版本 2.1.3 ### logicflow/extension版本 2.1.5 ### logicflow/engine版本 _No response_ ### 浏览器&环境 Microsoft Edge