Fix the cursor for the middle-button drag gesture
This commit is contained in:
parent
202b61c48c
commit
7ce3111e07
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ function useHandlePanAndZoom(
|
||||||
|
|
||||||
debugName: 'HorizontallyScrollableArea Middle Button Drag',
|
debugName: 'HorizontallyScrollableArea Middle Button Drag',
|
||||||
buttons: [1],
|
buttons: [1],
|
||||||
lockCursorTo: 'grab',
|
lockCursorTo: 'grabbing',
|
||||||
}
|
}
|
||||||
}, [layoutP]),
|
}, [layoutP]),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue