mirror of
https://github.com/ianarawjo/ChainForge.git
synced 2025-03-14 16:26:45 +00:00
fix handle ypos on prompt node
This commit is contained in:
parent
b2af498db7
commit
86be914457
@ -295,7 +295,7 @@ const PromptNode = ({ data, id }) => {
|
||||
style={{ top: '50%', background: '#555' }}
|
||||
/>
|
||||
</div>
|
||||
<TemplateHooks vars={templateVars} nodeId={id} startY={140} />
|
||||
<TemplateHooks vars={templateVars} nodeId={id} startY={145} />
|
||||
<hr />
|
||||
<div>
|
||||
<div style={{marginBottom: '10px', padding: '4px'}}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user