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 }