Skip to content

Commit

Permalink
fix(DataGrid): customize column prevent disabled drop (carbon-design-…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratheeshrajan authored Feb 1, 2024
1 parent 534b5cf commit 633de43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const DraggableElement = ({
);

const style = {
transform: CSS.Transform.toString(transform),
transform: !disabled ? CSS.Transform.toString(transform): {},
transition,
};

Expand Down

0 comments on commit 633de43

Please sign in to comment.