-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
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
更新g6版本后(4.26),不能连线了 #68
Comments
e.target instanceof Marker不能用了,你换成别的判断 |
感谢大佬 ;暂时用setTimeout 异步解决了 先执行onAnchorEnter 里面代码 后执行onNodeLeave |
大佬,修改哪个文件?怎么改的有代码吗? |
@gzhanghui 老哥,请教下,更新至4.1以上版本以后
和
如何升级呢? 直接 谢谢。 |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
|
@gzhanghui 感谢,已解决。 |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
// package.json
"dependencies": {
"@antv/dom-util": "2.0.2",
"@antv/g-canvas": "^0.4.12",
"@antv/g6": "^4.2.6",
"@antv/g6-core": "^0.2.6",
"@antv/util": "~2.0.9",
} import { shapeBase } from '@antv/g6-core/lib/element/shapeBase'; |
2021-04-15.4.50.36.mov
鼠标移到锚点时,此时触发了onNodeLeave事件,恰好把锚点remove了 active 状态不能作用了 求大佬指点
The text was updated successfully, but these errors were encountered: