murongqimiao / DAG-diagram

VUE plugin for DAG graph , u can use it 4 flow diagram or machine learning visualization
https://murongqimiao.github.io/DAG-diagram/#/example
MIT License
402 stars 124 forks source link

fix right click menu bugs #6

Closed hsywhu closed 5 years ago

hsywhu commented 5 years ago
  1. 原版代码将EditArea模块放在画布拖动模块的子模块中会存在node拖动太远后,无法点击空白区域取消右键菜单的bug。解决方案:将EditArea模块移出该模块,根据session存储的画布拖动坐标与node自身坐标确定菜单位置。

  2. 原版代码将菜单hover的cursor设为none,导致鼠标在菜单区域不显示。解决方案:修改cursor属性。