Skip to content

Commit

Permalink
Fix elastic workspace panning
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Dec 20, 2023
1 parent 19edfd2 commit 16e9882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WorkspaceElastic.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const StyledRnd = styled(Rnd)({
transitionDuration: '.7s',
// order matters
// eslint-disable-next-line sort-keys
'& .react-draggable-dragging': {
'&.react-draggable-dragging': {
transitionDuration: 'unset',
},
});
Expand Down

0 comments on commit 16e9882

Please sign in to comment.