mirror of
https://github.com/ianarawjo/ChainForge.git
synced 2025-03-14 16:26:45 +00:00
Move popover to the right
This commit is contained in:
parent
982b77b9f8
commit
ed6681aa82
@ -313,7 +313,7 @@ const TextFieldsNode = ({ data, id }) => {
|
||||
<TemplateHooks vars={templateVars} nodeId={id} startY={hooksY} />
|
||||
<Stack justify={'center'} align={'center'} gap={1}>
|
||||
<button onClick={handleAddField}>+</button>
|
||||
<Popover width={200} position="bottom" withArrow shadow="md" trapFocus>
|
||||
<Popover width={200} position="right" withArrow shadow="md" trapFocus>
|
||||
<Popover.Target>
|
||||
<div className="add-text-field-btn">
|
||||
<button>Generate with AI</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user