Fix the cursor for the middle-button drag gesture

This commit is contained in:
Aria Minaei 2022-05-10 18:29:03 +02:00
parent 202b61c48c
commit 7ce3111e07

View file

@ -265,7 +265,7 @@ function useHandlePanAndZoom(
debugName: 'HorizontallyScrollableArea Middle Button Drag',
buttons: [1],
lockCursorTo: 'grab',
lockCursorTo: 'grabbing',
}
}, [layoutP]),
)