Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

有没有个状态 能够判断是在编辑的过程中 #4562

Open
liv-rong opened this issue Jan 20, 2025 · 1 comment
Open

有没有个状态 能够判断是在编辑的过程中 #4562

liv-rong opened this issue Jan 20, 2025 · 1 comment

Comments

@liv-rong
Copy link

问题描述

有没有状态判断是否在编辑

重现链接

重现步骤

有没有状态判断是否在编辑

预期行为

有没有状态判断是否在编辑

平台

  • 操作系统: [macOS, Windows, Linux, React Native ...]
  • 网页浏览器: [Google Chrome, Safari, Firefox ...]
  • X6 版本: [2.11.1 ...]

屏幕截图或视频(可选)

No response

补充说明(可选)

No response

@louhaojie99
Copy link

画布有个配置 定制节点和边的交互行为 ,应该可以解决你的问题。 画布 | X6

const onlyPreview = true; // 画布上元素纯预览,不能进行任何交互

new Graph({
   interacting: !onlyPreview,
})

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants