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

节点之间插入新节点合并为一次操作,方便重做与撤销一次回撤与重做 #487

Closed
zaohuayudie opened this issue Oct 20, 2024 · 3 comments
Labels
stale Issue that may be closed soon due to the original author not responding any more.

Comments

@zaohuayudie
Copy link

描述你想申请的功能

我在两个节点直接插入一个新节点,先使用removeEdges, 然后addNodes和addEdges操作了3不,重做与撤销就不能一步撤销。

描述你想要的解决方案

有一个组操作方法,多部合并成一步。
例如可以写一个批量操作方法,比如updateBatchSchema(addNodes:Node[], removeNodes: Nodes[], addEdges: Edge[],removeEdges: Edge[], updateNodes: Node[], updateEdges: Edge[]),可以批量处理更新、插入、删除)合并为一步。

描述你所考虑的替代方案

暂无

你的网站或应用程序实例

No response

屏幕截图或视频

No response

@xflow-bot
Copy link
Contributor

xflow-bot bot commented Oct 20, 2024

👋 @zaohuayudie

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 10, 2024

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 10, 2024
@xflow-bot
Copy link
Contributor

xflow-bot bot commented Dec 21, 2024

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 Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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

1 participant