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);
}
}