Graph link work in progress

This commit is contained in:
barsdeveloper
2021-12-22 22:24:13 +01:00
parent 93acfb5d33
commit 352f235610
14 changed files with 399 additions and 159 deletions

View File

@@ -16,6 +16,6 @@ export default class KeyvoardCanc extends KeyboardShortcut {
}
fire() {
this.blueprint.deleteNode(...this.blueprint.getNodes(true))
this.blueprint.removeGraphElement(...this.blueprint.getNodes(true))
}
}