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
当使用Logicflow试图实现保存数据后,重绘功能时,vue3使用了如下代码测试。
按如下步骤简单复现
onTestClear
onTestReDraw
怎么才能让连线的位置重绘后依然一致呢?
let tempdata = undefined as any; let temptrans = undefined as any; const onTestClear=()=>{ let lf = lfref.value; let data = lf.getGraphRawData(); tempdata = cloneDeep(data); lf.clearData(); } const onTestReDraw=()=>{ let lf = lfref.value; lf.renderRawData(tempdata); }
之前创建的图像 保存数据后重绘
2.0.9
2.0.13
No response
Chrome
The text was updated successfully, but these errors were encountered:
升级到2.0.10 就正常了,谢谢!
Sorry, something went wrong.
No branches or pull requests
发生了什么?
当使用Logicflow试图实现保存数据后,重绘功能时,vue3使用了如下代码测试。
按如下步骤简单复现
onTestClear
,onTestReDraw
2个方法,用于保存清空,后重绘之前创建的图像
保存数据后重绘
logicflow/core版本
2.0.9
logicflow/extension版本
2.0.13
logicflow/engine版本
No response
浏览器&环境
Chrome
The text was updated successfully, but these errors were encountered: