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
拖动两个一样的节点, 如果 properties内的属性一致,(点击上一步后下一步是有效的), 但是properties内某个属性不一致(下一步是失效的)知道是否和源码中的 add()深拷贝是否有关 https://github.com/didi/LogicFlow/blob/master/packages/core/src/history/index.ts if (!isEqual(this.curData, data)) { this.redos = [] }
if (!isEqual(this.curData, data)) { this.redos = [] }
2.0.6
2.0.10
Chrome
The text was updated successfully, but these errors were encountered:
DymoneLewis
No branches or pull requests
发生了什么?
拖动两个一样的节点,
如果 properties内的属性一致,(点击上一步后下一步是有效的),
但是properties内某个属性不一致(下一步是失效的)知道是否和源码中的 add()深拷贝是否有关
https://github.com/didi/LogicFlow/blob/master/packages/core/src/history/index.ts
if (!isEqual(this.curData, data)) { this.redos = [] }
logicflow/core版本
2.0.6
logicflow/extension版本
2.0.10
logicflow/engine版本
浏览器&环境
Chrome
The text was updated successfully, but these errors were encountered: