Skip to content

Commit 1187b39

Browse files
committed
lint
1 parent ee9be5e commit 1187b39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/MultiGestureCanvas/usePinchGesture.ts

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ const usePinchGesture = ({
106106
.onTouchesDown((_evt, state) => {
107107
// react-compiler optimization unintentionally make all the callbacks run on the JS thread.
108108
// Adding the worklet directive here will make all the callbacks run on UI thread back.
109+
109110
'worklet';
110111

111112
// We don't want to activate pinch gesture when we are swiping in the pager

0 commit comments

Comments
 (0)