From 1ff245f4824dade0996fd1bc0bb60508af9c887b Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Thu, 2 Sep 2021 10:38:28 +0200 Subject: [PATCH] Style bug fix --- .../GraphEditor/BasicKeyframedTrack/KeyframeEditor/Dot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theatre/studio/src/panels/SequenceEditorPanel/GraphEditor/BasicKeyframedTrack/KeyframeEditor/Dot.tsx b/theatre/studio/src/panels/SequenceEditorPanel/GraphEditor/BasicKeyframedTrack/KeyframeEditor/Dot.tsx index 2efa355..6f34d09 100644 --- a/theatre/studio/src/panels/SequenceEditorPanel/GraphEditor/BasicKeyframedTrack/KeyframeEditor/Dot.tsx +++ b/theatre/studio/src/panels/SequenceEditorPanel/GraphEditor/BasicKeyframedTrack/KeyframeEditor/Dot.tsx @@ -223,7 +223,7 @@ function useDragKeyframe( }, []) useDrag(node, gestureHandlers) - useCursorLock(isDragging, 'draggingPositionInSequenceEditor', 'ew-resize') + useCursorLock(isDragging, 'draggingPositionInSequenceEditor', 'move') return isDragging }