fix handle ypos on prompt node

This commit is contained in:
Ian Arawjo 2023-05-03 19:20:49 -04:00
parent b2af498db7
commit 86be914457

View File

@ -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'}}>