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({
1616 onMouseEnter,
1717 onMouseLeave,
1818 onTouchStart,
19- onTouchMove,
2019 onFocus,
2120 onKeyDown,
2221 children,
@@ -29,7 +28,6 @@ export default function AppBarAction({
2928 onMouseEnter = { onMouseEnter }
3029 onMouseLeave = { onMouseLeave }
3130 onTouchStart = { onTouchStart }
32- onTouchMove = { onTouchMove }
3331 onFocus = { onFocus }
3432 onKeyDown = { onKeyDown }
3533 >
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export default function AppBarNav({
1313 onMouseEnter,
1414 onMouseLeave,
1515 onTouchStart,
16- onTouchMove,
1716 onFocus,
1817 onKeyDown,
1918 children,
@@ -26,7 +25,6 @@ export default function AppBarNav({
2625 onMouseEnter = { onMouseEnter }
2726 onMouseLeave = { onMouseLeave }
2827 onTouchStart = { onTouchStart }
29- onTouchMove = { onTouchMove }
3028 onFocus = { onFocus }
3129 onKeyDown = { onKeyDown }
3230 >
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export default function Button({
1313 onMouseEnter,
1414 onMouseLeave,
1515 onTouchStart,
16- onTouchMove,
1716 onFocus,
1817 onKeyDown,
1918 children,
@@ -26,7 +25,6 @@ export default function Button({
2625 onMouseEnter = { onMouseEnter }
2726 onMouseLeave = { onMouseLeave }
2827 onTouchStart = { onTouchStart }
29- onTouchMove = { onTouchMove }
3028 onFocus = { onFocus }
3129 onKeyDown = { onKeyDown }
3230 >
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ export default function TooltippedButton({
1414 onMouseEnter,
1515 onMouseLeave,
1616 onTouchStart,
17- onTouchMove,
1817 onFocus,
1918 onKeyDown,
2019 children,
@@ -31,7 +30,6 @@ export default function TooltippedButton({
3130 onMouseEnter = { onMouseEnter }
3231 onMouseLeave = { onMouseLeave }
3332 onTouchStart = { onTouchStart }
34- onTouchMove = { onTouchMove }
3533 onFocus = { onFocus }
3634 onKeyDown = { onKeyDown }
3735 >
You can’t perform that action at this time.
0 commit comments