Commit 64adc3c
committed
[layout] fix slow down and gravity definition on FA2
When guessing the parameters, it's value is usually a long float number.
With a step of 1, it breaks the html validation of the number (waiting
an integer and not a float).
By using 'any' as step it fixes the issue.
Same for gravity, which had a step of 0.01 to follow the guesssing, but
manually you want increase it by one.1 parent 0420b5a commit 64adc3c
File tree
1 file changed
+2
-2
lines changed- packages/gephi-lite/src/core/layouts/collection
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
0 commit comments