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
Copy file name to clipboardExpand all lines: core/src/components/range/range.tsx
+29-5Lines changed: 29 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,9 @@ import type {
50
50
* @part knob-b - The visual knob element for the second knob. Only available when `dualKnobs` is `true`.
51
51
* @part knob-lower - The visual knob element for the lower knob. Only available when `dualKnobs` is `true`.
52
52
* @part knob-upper - The visual knob element for the upper knob. Only available when `dualKnobs` is `true`.
53
-
* @part pressed - Added to the knob-handle, knob, and pin that is currently being pressed to drag. Only one set has this part at a time when `dualKnobs` is `true`.
54
53
* @part focused - Added to the knob-handle, knob, and pin that currently has focus. Only one set has this part at a time when `dualKnobs` is `true`.
55
-
* @part hover - Added to the knob-handle, knob, and pin when the knob has hover. Only one set has this part at a time.
54
+
* @part hover - Added to the knob-handle, knob, and pin when the knob has hover. Only one set has this part at a time when `dualKnobs` is `true`.
55
+
* @part pressed - Added to the knob-handle, knob, and pin that is currently being pressed to drag. Only one set has this part at a time when `dualKnobs` is `true`.
56
56
*/
57
57
@Component({
58
58
tag: 'ion-range',
@@ -878,7 +878,7 @@ export class Range implements ComponentInterface {
0 commit comments