Skip to content

Commit

Permalink
Add touch-action
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Jan 16, 2024
1 parent 635d449 commit ba76ffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/desktop-client/src/components/sidebar/Account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export function Account({
} = useSortable({ id: account?.id || `sortable-account-${name}` });

const dndStyle = {
touchAction: 'none',
opacity: isDragging ? 0.5 : undefined,
transform: CSS.Transform.toString(transform),
transition,
Expand Down

0 comments on commit ba76ffb

Please sign in to comment.