You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I put a float number with a coma instead of a point (ex: 1,6 instead of 1.6), I have no error and I can't start the layout.
The start button is not disable, I can click on it, but nothing happened
BTW, to see the modifications, I had to click on "Reset application state" button
I also found an error on boolean input. I fixed it.
To reproduce it, just click on the Guess setting button two times. The strong gravity mode is then disabled ...
Due to the remove of the form validation, now we can send bad data (like the 1,6 in my previous comment).
I added a try/catch and notify of the error when you start a layout. So even if we don't prevent the layout to stat, the user will have a feedback that there is something wrong. And the graphology error are really good : "graphology-layout-forceatlas2/worker: the edgeWeightInfluence setting should be a number."
for slow down and edge influence inputs (check others):
The text was updated successfully, but these errors were encountered: