Skip to content

Commit

Permalink
fix: added touch-action to longpress-button
Browse files Browse the repository at this point in the history
  • Loading branch information
malmen237 authored and martinstark committed Apr 29, 2024
1 parent de8b4dc commit 68a389f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/production-line/production-line.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const UserControlBtn = styled(SecondaryButton)`

const LongPressWrapper = styled.div`
margin: 0 0 2rem 0;
touch-action: none;
`;

const ButtonWrapper = styled.span`
Expand Down

0 comments on commit 68a389f

Please sign in to comment.