Closed Tyler-Maclachlan closed 5 years ago
hi @Tyler-Maclachlan thanks for the contribution! could you run these commands to get the integration tests passing?
Once the tests are green, I'll take a look at this one.
cd visjs-network
yarn
yarn format
git add .
git commit -m "yarn format"
git push
Hi @micahstubbs, I've run the commands and pushed.
nice, the tests are green!
I'm going to try and test this out with this example https://jsbin.com/voritexeru/edit?html,js,output
from this issue comment https://github.com/visjs-community/visjs-network/issues/64#issuecomment-494665554
does that sound like the best approach to you @Tyler-Maclachlan ?
Sounds good to me
hi @micahstubbs,
Any kind of timeline on when this can get merged?
@Tyler-Maclachlan hopefully soon 😅
:love_letter: Thanks @Tyler-Maclachlan for your contribution! This pull-request has been merge into https://github.com/visjs/vis-network/pull/28
Fix node hover breaking when hoverConnectedEdges = false
Fix #64