From 7ce3111e07f76c67e60ad413e4d437dc66cae9aa Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Tue, 10 May 2022 18:29:03 +0200 Subject: [PATCH] Fix the cursor for the middle-button drag gesture --- .../DopeSheet/Right/HorizontallyScrollableArea.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/HorizontallyScrollableArea.tsx b/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/HorizontallyScrollableArea.tsx index 66981cc..3fbf174 100644 --- a/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/HorizontallyScrollableArea.tsx +++ b/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/HorizontallyScrollableArea.tsx @@ -265,7 +265,7 @@ function useHandlePanAndZoom( debugName: 'HorizontallyScrollableArea Middle Button Drag', buttons: [1], - lockCursorTo: 'grab', + lockCursorTo: 'grabbing', } }, [layoutP]), )