fix(step-edge): handle routes for same positions

This commit is contained in:
moklick
2023-08-21 18:01:11 +02:00
parent c0f04b2c71
commit 208ee5b944
3 changed files with 13 additions and 7 deletions
@@ -55,7 +55,6 @@
key: deleteKeyString,
modifier: deleteKeyModifier,
callback: () => {
console.log('delete');
deleteKeyPressed.set(true);
}
}
@@ -57,6 +57,13 @@
style: 'border: 1px solid #777; padding: 10px',
position: { x: 250, y: 50 }
},
{
id: '2a',
type: 'colorNode',
data: { onChange: onChange, color: $bgColor },
style: 'border: 1px solid #777; padding: 10px',
position: { x: 250, y: 520 }
},
{
id: '3',
type: 'output',