popUp logic implemneted
This commit is contained in:
parent
34121f8580
commit
7d0f700ef7
5 changed files with 47 additions and 14 deletions
|
|
@ -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>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue