Add touch-action

This commit is contained in:
Joel Jeremy Marquez
2024-01-16 14:49:47 -08:00
parent 675918edea
commit f46d87fd2d

View File

@@ -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,