fix(step-edge): handle routes for same positions
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user