diff --git a/client/src/components/rack/DevicePalette.tsx b/client/src/components/rack/DevicePalette.tsx index 7473ad9..73b1c72 100644 --- a/client/src/components/rack/DevicePalette.tsx +++ b/client/src/components/rack/DevicePalette.tsx @@ -27,7 +27,7 @@ function PaletteItem({ type }: { type: ModuleType }) { {...listeners} {...attributes} className={cn( - 'flex items-center gap-2 px-2 py-1.5 rounded border text-left w-full cursor-grab active:cursor-grabbing transition-all select-none', + 'flex items-center gap-2 px-2 py-1.5 rounded border text-left w-full cursor-grab active:cursor-grabbing transition-all select-none touch-none', colors.bg, colors.border, isDragging ? 'opacity-40' : 'hover:brightness-125' diff --git a/client/src/components/rack/RackPlanner.tsx b/client/src/components/rack/RackPlanner.tsx index ba16f5e..38ccc55 100644 --- a/client/src/components/rack/RackPlanner.tsx +++ b/client/src/components/rack/RackPlanner.tsx @@ -277,7 +277,7 @@ export function RackPlanner() { - + {activePaletteType && } {activeDragModuleLabel && }