popUp logic implemneted

This commit is contained in:
anovazzi1 2023-02-10 11:26:01 -03:00
commit 7d0f700ef7
5 changed files with 47 additions and 14 deletions

View file

@ -9,7 +9,7 @@ export function Sidebar(){
}
return(
<div className="h-full w-48 bg-slate-200 absolute z-10 flex flex-col">
<div className="h-full w-48 bg-slate-200 flex flex-col">
<div className="w-full text-center border border-black cursor-grab" onDragStart={(event)=>onDragStart(event,'promptNode')}> prompt Node</div>
</div>
)