File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed
packages/documentation/src/components Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ export default function AppBarAction({
16
16
onMouseEnter,
17
17
onMouseLeave,
18
18
onTouchStart,
19
- onTouchMove,
20
19
onFocus,
21
20
onKeyDown,
22
21
children,
@@ -29,7 +28,6 @@ export default function AppBarAction({
29
28
onMouseEnter = { onMouseEnter }
30
29
onMouseLeave = { onMouseLeave }
31
30
onTouchStart = { onTouchStart }
32
- onTouchMove = { onTouchMove }
33
31
onFocus = { onFocus }
34
32
onKeyDown = { onKeyDown }
35
33
>
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export default function AppBarNav({
13
13
onMouseEnter,
14
14
onMouseLeave,
15
15
onTouchStart,
16
- onTouchMove,
17
16
onFocus,
18
17
onKeyDown,
19
18
children,
@@ -26,7 +25,6 @@ export default function AppBarNav({
26
25
onMouseEnter = { onMouseEnter }
27
26
onMouseLeave = { onMouseLeave }
28
27
onTouchStart = { onTouchStart }
29
- onTouchMove = { onTouchMove }
30
28
onFocus = { onFocus }
31
29
onKeyDown = { onKeyDown }
32
30
>
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export default function Button({
13
13
onMouseEnter,
14
14
onMouseLeave,
15
15
onTouchStart,
16
- onTouchMove,
17
16
onFocus,
18
17
onKeyDown,
19
18
children,
@@ -26,7 +25,6 @@ export default function Button({
26
25
onMouseEnter = { onMouseEnter }
27
26
onMouseLeave = { onMouseLeave }
28
27
onTouchStart = { onTouchStart }
29
- onTouchMove = { onTouchMove }
30
28
onFocus = { onFocus }
31
29
onKeyDown = { onKeyDown }
32
30
>
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ export default function TooltippedButton({
14
14
onMouseEnter,
15
15
onMouseLeave,
16
16
onTouchStart,
17
- onTouchMove,
18
17
onFocus,
19
18
onKeyDown,
20
19
children,
@@ -31,7 +30,6 @@ export default function TooltippedButton({
31
30
onMouseEnter = { onMouseEnter }
32
31
onMouseLeave = { onMouseLeave }
33
32
onTouchStart = { onTouchStart }
34
- onTouchMove = { onTouchMove }
35
33
onFocus = { onFocus }
36
34
onKeyDown = { onKeyDown }
37
35
>
You can’t perform that action at this time.
0 commit comments