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
v2版本 构造方法中nodeTextDraggable/edgeTextDraggable 属性设置为true无效 无法实现节点文本和连接线文本的拖拽 (可用状态时 鼠标位于文本上回有移动的鼠标指针模式 且文本可拖动) v1版本 这2个属性可用
// 创建画布实例,也可以 new Core.LogicFLow const lf = new Core.default({ container: document.querySelector('#container'), width: 700, height: 500, grid: true, nodeTextDraggable:true, edgeTextDraggable:true, })
2.x
No response
Chrome, Microsoft Edge
The text was updated successfully, but these errors were encountered:
该 issue 作为 Bug Report 所提供信息的不充分,被暂时关闭了。请修改 issue 以提供最小可复现示例(可以通过以下方式:1. 在任意在线编码平台如 codesanbox 编写示例。将其保存到自己空间,然后贴上链接。2. 在自己 github 中创建一个最简单的示例,然后贴上 github 链接。3. 删除项目中的 node_modules 部分,打包项目,并拖拽到 issue 输入框中上传(或提供远程可下载地址))来重启 issue。
Sorry, something went wrong.
示例 https://github.com/eye33/logicFlow_demo_v2/blob/main/index.html
No branches or pull requests
发生了什么?
v2版本 构造方法中nodeTextDraggable/edgeTextDraggable 属性设置为true无效 无法实现节点文本和连接线文本的拖拽 (可用状态时 鼠标位于文本上回有移动的鼠标指针模式 且文本可拖动)
v1版本 这2个属性可用
// 创建画布实例,也可以 new Core.LogicFLow
const lf = new Core.default({
container: document.querySelector('#container'),
width: 700,
height: 500,
grid: true,
nodeTextDraggable:true,
edgeTextDraggable:true,
})
logicflow/core版本
2.x
logicflow/extension版本
2.x
logicflow/engine版本
No response
浏览器&环境
Chrome, Microsoft Edge
The text was updated successfully, but these errors were encountered: