guozhaolong / wfd-vue

flowable workflow designer for Vue base on @antv/g6
https://guozhaolong.github.io/wfd-vue/
995 stars 261 forks source link

@antv升级以后节点上的point鼠标移上去出现问题 #59

Closed Pentium286 closed 3 years ago

Pentium286 commented 3 years ago

zp745-fqeai (1)

guozhaolong commented 3 years ago

这个报错了吗?是不是marker类型判断那里的问题?

Pentium286 commented 3 years ago

这个报错了吗?是不是marker类型判断那里的问题?

没有报错

if (!(e.target instanceof Marker) && !this.graph.get('edgeDragging'))

下面这里判断是「undefined」

!this.graph.get('edgeDragging')

guozhaolong commented 3 years ago

判断marker已经改了, Duplicate of #52