Fixed env

This commit is contained in:
frikky
2021-01-22 16:46:31 +01:00
parent c413dcece5
commit 9b1f7fdce6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1396,7 +1396,7 @@ const AngularWorkflow = (props) => {
console.log("ESCAPE")
break;
case 46:
removeNode()
//removeNode()
console.log("DELETE")
break;
case 38: