Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

流程图解决方案中无法禁止节点拖拽 #328

Closed
PeterYang0 opened this issue Nov 7, 2022 · 5 comments
Closed

流程图解决方案中无法禁止节点拖拽 #328

PeterYang0 opened this issue Nov 7, 2022 · 5 comments
Labels
stale Issue that may be closed soon due to the original author not responding any more.

Comments

@PeterYang0
Copy link

Describe the bug

流程图解决方案中在FlowchartCanvas中配置了setX6Config设置nodeMovable: false,不生效

Your Example Website or App

https://codesandbox.io/s/wonderful-nobel-z4e2k9?file=/App.tsx

Steps to Reproduce the Bug or Issue

流程图解决方案中在FlowchartCanvas中配置了setX6Config设置nodeMovable: false,不生效

Expected behavior

作为用户,我期望在流程图解决方案中在FlowchartCanvas中配置了setX6Config设置nodeMovable: false,可以禁用节点的拖拽

Screenshots or Videos

No response

Platform

  • OS: [e.g. macOS, Windows, Linux]
  • Browser: [e.g. Chrome, Safari, Firefox]
  • Version: [e.g. 91.1]

Additional context

No response

@xflow-bot
Copy link
Contributor

xflow-bot bot commented Nov 7, 2022

👋 @PeterYang0

Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.

To help make it easier for us to investigate your issue, please follow the contributing guidelines.

We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

@xflow-bot
Copy link
Contributor

xflow-bot bot commented Nov 28, 2022

Hiya!

This issue has gone quiet. Spooky quiet. 👻

We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 20 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not-stale" to keep this issue open!

As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out contribute for more information about opening PRs, triaging issues, and contributing!

Thanks for being a part of the AntV community! 💪💯

@xflow-bot xflow-bot bot added the stale Issue that may be closed soon due to the original author not responding any more. label Nov 28, 2022
@xflow-bot
Copy link
Contributor

xflow-bot bot commented Jan 8, 2023

Hey again!

It’s been 60 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Please keep in mind that I’m only a robot 🤖, so if I’ve closed this issue in error, I’m HUMAN_EMOTION_SORRY. Please feel free to comment on this issue or create a new one if you need anything else.

As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out contribute for more information about opening PRs, triaging issues, and contributing!

Thanks again for being part of the AntV community! 💪💯

@xflow-bot xflow-bot bot closed this as completed Jan 8, 2023
@westzmg
Copy link

westzmg commented Sep 13, 2023

这样设置可以解决问题:
config.setX6Config({
interacting: ()=>false
})

详情配置见
https://x6.antv.vision/zh/docs/tutorial/basic/interacting#%E5%AE%9A%E5%88%B6%E4%BA%A4%E4%BA%92%E8%A1%8C%E4%B8%BA

@xflow-bot
Copy link
Contributor

xflow-bot bot commented Sep 13, 2024

This thread has been automatically locked because it has not had recent activity.

Please open a new issue for related bugs and link to relevant comments in this thread.

@xflow-bot xflow-bot bot locked as resolved and limited conversation to collaborators Sep 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
stale Issue that may be closed soon due to the original author not responding any more.
Projects
None yet
Development

No branches or pull requests

2 participants