antvis/G6
Do you want to work on this issue?
You can request for a bounty in order to promote it!
[V5] History - Undo a group removal action does not work #6168
hongwei0417 posted onGitHub
Describe the bug / 问题描述
When i call graph.removeComboData()
and then call history.undo()
The original combo property of each node has not been restored, like below.
Reproduction link / 重现链接
No response
Steps to Reproduce the Bug or Issue / 重现步骤
- Call
graph.removeComboData()
- Call
graph.render()
- Call
history.undo()
- Call
graph.render()
G6 Version / G6 版本
🆕 5.x
Operating System / 操作系统
macOS, Windows
Browser / 浏览器
Chrome, Edge
Additional context / 补充说明
No response