Skip to content

💡scroller有效交互区优化 #5008

@gongyunlu

Description

@gongyunlu

功能描述

graph配置了scroller并开始pagebreak后,大部分操作只能在画布本身(div.graph-container.x6-graph)中进行交互,而完整的画布容器(div.x6-graph-scroller)无法进行交互,比如:开启了mousewheel功能,且配置了修饰按键ctrl,在div.x6-graph-scroller使用CTRL+滚动时会触发浏览器默认的缩放页面事件;

期望解决方案

在完整的画布容器(div.x6-graph-scroller)中的交互可以和画布本身(div.graph-container.x6-graph)的交互保持一致,且在画布容器中禁用浏览器默认事件

是否愿意参与贡献?

✅ 是

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature 💡A new feature request or an enhancement proposal

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions