Skip to content

Commit

Permalink
fix: fixed glitchy movement on reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-Web3 committed Jul 24, 2023
1 parent 835a955 commit 1308152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/Board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Board: React.FC<{
{...provided.droppableProps}
ref={provided.innerRef}
>
<motion.div layout className="board__header">
<motion.div className="board__header">
<motion.div
layout
style={{
Expand Down

0 comments on commit 1308152

Please sign in to comment.