Skip to content
Snippets Groups Projects
Unverified Commit 09dbd78a authored by Anton Kulyk's avatar Anton Kulyk Committed by GitHub
Browse files

Fix visual glitch when dragging a dashboard tab (#39445)

parent 42661387
Branches
Tags v0.12.0
No related merge requests found
......@@ -42,7 +42,7 @@ export function Sortable({
<SortableDiv
style={isDragging ? draggingStyle : {}}
as={as}
transform={CSS.Transform.toString(transform)}
transform={CSS.Translate.toString(transform)}
transition={transition}
isDragging={isDragging}
ref={setNodeRef}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment