refactor: cleanup dragging cursor indicator

This commit is contained in:
Carlos Valente
2025-10-05 06:57:52 +02:00
committed by Alex Christoffer Rasmussen
parent d986f438d9
commit 960a39fbf4
5 changed files with 1 additions and 5 deletions
@@ -114,7 +114,7 @@ export default function RundownGroup({ data, hasCursor, collapsed, onCollapse }:
zIndex: isDragging ? 2 : 'inherit',
transform: CSS.Translate.toString(transform),
transition,
cursor: isOver ? (isValidDrop ? 'grabbing' : 'no-drop') : 'grab',
cursor: isOver ? (isValidDrop ? 'grabbing' : 'no-drop') : 'inherit',
};
return (