Commit 386f768
committed
fix(material/slider): fix animation issue (#28704)
* the slider track animation would break in the case where
a user clicks one thumb, tabs to the other, then uses an
arrow key to change value.
* for some reason, this bug only happens when the slider is
not discrete.
(cherry picked from commit 27cb903)1 parent 3b45502 commit 386f768
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| 343 | + | |
| 344 | + | |
343 | 345 | | |
344 | 346 | | |
345 | 347 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
| |||
0 commit comments