Echo-pain-killer
Results
2
issues of
Echo-pain-killer
### 功能描述 在figma等软件中,有按住空格键就是平移画布的习惯。希望在modifiers数组中能增加空格键的选项,有更多的交互体验 ### 期望解决方案 在ModifierKey数组中能增加‘blank’
type: feature 新功能
### Describe the bug 在之前的2.15版本,我将画布的mousewheel禁用掉以后,自己监听blank:mousewheel事件来完成需求。当我升级到2.16.1后,发现blank:mousewheel事件不被触发了。 ``` const graph = new Graph({ mousewheel: false, ... }) graph.on('blank:mousewheel',(e) => { console.log(e) }) ``` ### Your Example Website or App ... ### Steps...