Commit fb1b66b
authored
fix(material/slider): add missing closing parenthesis in tick mark transform (#32580)
Fixed a syntax error in the _calcTickMarkTransform method where the
template string was missing a closing parenthesis. The transform string
now correctly produces 'translateX(XXpx)' instead of 'translateX(XXpx'.1 parent 5a39e79 commit fb1b66b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
604 | | - | |
| 604 | + | |
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
| |||
0 commit comments