easy-flow
easy-flow copied to clipboard
添加Anchor
不是很清楚是如何将anchor固定在左上角图标的位置的
你想问的是不是为什么从左上角的图标能够拖拽出连线吧 jsplumbSourceOptions: { filter: ".flow-node-drag",/"span"表示标签,".className"表示类,"#id"表示元素id/ filterExclude: false, anchor: "Continuous", allowLoopback: false }上面的filter代表的类样式所在的位置是左上角的图标所在的位置、如果想在其他地方拖拽出连线,需要配置指定的class样式即可
------------------ 原始邮件 ------------------ 发件人: "lianzhidong"[email protected]; 发送时间: 2019年8月22日(星期四) 晚上6:02 收件人: "BiaoChengLiu/easy-flow"[email protected]; 抄送: "Subscribed"[email protected]; 主题: [BiaoChengLiu/easy-flow] 添加Anchor (#3)
不是很清楚是如何将anchor固定在左上角图标的位置的
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
我以你的代码为基础,开发了一个拓补图吧,在删除节点的时候发现了奇怪的bugs,不知道能否讨论下?