We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
问题描述 / Describe the bug
成组->撤销(解除组)->回退(创建组)->撤销(解除组【无效】)
复现步骤 / To Reproduce
期望行为 / Expected behavior
创建组后无论被撤销回退多少次都应该正确的创建和解除组
桌面设备信息 / Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
这个Bug主要的原因是第一次创建的组和撤销后回退创建的组并不是一个组,撤销后回退创建的组并没有被历史记录缓存,因此plugin-history中MakeGroupCmd命令在执行回退的时候并没有更新存储的group变量导致的
plugin-history
MakeGroupCmd
Sorry, something went wrong.
JessYan0913
Successfully merging a pull request may close this issue.
Bug Report / 缺陷报告
问题描述 / Describe the bug
成组->撤销(解除组)->回退(创建组)->撤销(解除组【无效】)
复现步骤 / To Reproduce
期望行为 / Expected behavior
创建组后无论被撤销回退多少次都应该正确的创建和解除组
桌面设备信息 / Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: