From 379e2d3826288cd9a7bf7ce702c3595ce27570ba Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Fri, 20 Mar 2026 21:30:16 +0000 Subject: [PATCH] Actualizar src/routes/planes/$planId/_detalle/mapa.tsx --- src/routes/planes/$planId/_detalle/mapa.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/planes/$planId/_detalle/mapa.tsx b/src/routes/planes/$planId/_detalle/mapa.tsx index 8c8f3ab..cd14490 100644 --- a/src/routes/planes/$planId/_detalle/mapa.tsx +++ b/src/routes/planes/$planId/_detalle/mapa.tsx @@ -213,7 +213,7 @@ function AsignaturaCardItem({ 'group relative h-[200px] w-[272px] shrink-0 overflow-hidden rounded-[22px] border text-left', 'transition-all duration-300 ease-out', 'focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/30', - 'active:cursor-grabbing', + 'active:cursor-grabbing cursor-grab', isDragging ? 'scale-[0.985] opacity-45 shadow-none' : 'hover:-translate-y-1 hover:shadow-lg',