mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 10:33:02 -05:00
Add touch-action
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user