Style bug fix
This commit is contained in:
parent
6b373ccae5
commit
1ff245f482
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ function useDragKeyframe(
|
||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
useDrag(node, gestureHandlers)
|
useDrag(node, gestureHandlers)
|
||||||
useCursorLock(isDragging, 'draggingPositionInSequenceEditor', 'ew-resize')
|
useCursorLock(isDragging, 'draggingPositionInSequenceEditor', 'move')
|
||||||
return isDragging
|
return isDragging
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue