mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 03:13:47 +00:00
refactor: cleanup dragging cursor indicator
This commit is contained in:
committed by
Alex Christoffer Rasmussen
parent
d986f438d9
commit
960a39fbf4
@@ -24,7 +24,6 @@ export function SortableCell({ columnId, colSpan, injectedStyles, children, drag
|
||||
const dragStyle = {
|
||||
...injectedStyles,
|
||||
zIndex: isDragging ? 2 : 'inherit',
|
||||
cursor: isDragging ? 'grabbing' : 'grab',
|
||||
transform: CSS.Translate.toString(transform),
|
||||
transition,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user