void DeleteNode(AbstractView source, Event e) { if (e.keyCode != KeyCode.Delete) { return; } NodeUtils.DeleteNodes(curGraph?.GetNodeSelection()); }