Commit 25c91ac
authored
reintroduce toFixed changes from 2.0.16 removed in 2.0.17 (#512)
Add back this missing commit
379cb27
Fixes: #508
I've tested this locally by porting into a local example
https://codesandbox.io/p/sandbox/react-resizable-panels-forked-kcrnc3?file=%2Fsrc%2FApp.js%3A7%2C1-8%2C1
and removed the change saw the bug and readded change gone, i did record
a vidoe but i can't get around github stupid 10MB limits1 parent 97b6d48 commit 25c91ac
2 files changed
Lines changed: 4 additions & 4 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | | - | |
| 203 | + | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments