Se agregó botón de Nueva Unidad al inicio del contenido temático #187

Merged
Guillermo.Arrieta merged 1 commits from issue/186-agregar-unidad-al-principio-del-contenido-temtico into main 2026-03-17 21:46:39 +00:00

View File

@@ -688,6 +688,12 @@ export function ContenidoTematico() {
> >
{({ handleRef }) => ( {({ handleRef }) => (
<> <>
{index === 0 && (
<InsertUnidadOverlay
position="top"
onInsert={() => insertUnidadAt(index)}
/>
)}
<InsertUnidadOverlay <InsertUnidadOverlay
position="bottom" position="bottom"
onInsert={() => insertUnidadAt(index + 1)} onInsert={() => insertUnidadAt(index + 1)}