We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b359dd4 commit 8620ce1Copy full SHA for 8620ce1
2 files changed
packages/docs-gesture-handler/static/examples/RotationGestureBasic.js
@@ -85,7 +85,7 @@ export default function App() {
85
86
const boxAnimatedStyles = useAnimatedStyle(() => ({
87
transform: [{ rotate: `${angle.value}rad` }],
88
- cursor: grabbing.value ? 'grabbing' : 'grab',
+ cursor: grabbing.value ? 'none' : 'grab',
89
}));
90
91
return (
packages/docs-gesture-handler/versioned_docs/version-2.x/examples/RotationGestureBasic.js
@@ -84,7 +84,7 @@ export default function App() {
84
0 commit comments