Hedva

Results 4 comments of Hedva

The reason I don't want to use 2.8 right now because the last label can dissapear

Also for testing purposes, codepen etc it would be really helpful

I had this issue and fixed it by removing the offline packages source in the NuGet.Config file. You can find the file at `C:\Users\YourUserNameHere\AppData\Roaming\NuGet\NuGet.Config` Open this file, and remove packageSource...

Anyone feel free to make a pull request Fix: ``` pathFinder: function (data, list, id, parents) { var i, result = false; if (typeof list !== undefined && list !==...