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
Snapshot 的 getCanvasData 方法中 const layout = document.querySelector('.lf-canvas-overlay').getBoundingClientRect(); 没有处理页面存在多个实例的情况。
Snapshot
getCanvasData
const layout = document.querySelector('.lf-canvas-overlay').getBoundingClientRect();
1.2.18
1.2.19
No response
Chrome
The text was updated successfully, but these errors were encountered:
由于所提供信息的不充分,该 issue 被暂时关闭了。请修改 issue 以提供最小可复现示例(可以通过以下方式:1. 在任意在线编码平台如 codesanbox 编写示例。将其保存到自己空间,然后贴上链接。2. 在自己 github 中创建一个最简单的示例,然后贴上 github 链接。3. 删除项目中的 node_modules 部分,打包项目,并拖拽到 issue 输入框中上传(或提供远程可下载地址))来重启 issue。
Sorry, something went wrong.
请问你解决了嘛?
改为this.lf.container.querySelector就可以了。
this.lf.container.querySelector
请问你解决了嘛? 改为this.lf.container.querySelector就可以了。
看着没问题,有空可以提个PR给我们,说不定可以领到下一次的star net的空投
DymoneLewis
Successfully merging a pull request may close this issue.
发生了什么?
Snapshot
的getCanvasData
方法中const layout = document.querySelector('.lf-canvas-overlay').getBoundingClientRect();
没有处理页面存在多个实例的情况。logicflow/core版本
1.2.18
logicflow/extension版本
1.2.19
logicflow/engine版本
No response
浏览器&环境
Chrome
The text was updated successfully, but these errors were encountered: