JohnCoene / sigmajs

Σ sigma.js for R
http://sigmajs.john-coene.com
Other
72 stars 7 forks source link

Neighbor highlighting ignore drags #21

Closed qnmn closed 3 years ago

qnmn commented 3 years ago

Added a check to the neighborhood code to ignore stage clicks while dragging, as these would previously deselect the highlighted node. Also changed the event code to forward the event captor data for the clickStage event, which allows R to check for dragging as well.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 217


Totals Coverage Status
Change from base Build 216: 0.0%
Covered Lines: 380
Relevant Lines: 967

💛 - Coveralls
JohnCoene commented 3 years ago

Ah, nice thank you!