H A D | EditorUi.js | 5252 var directions = {37: mxConstants.DIRECTION_WEST, 38: mxConstants.DIRECTION_NORTH, class in EditorUi.createKeyHandler 5272 if (directions[evt.keyCode] != null && !graph.isSelectionEmpty()) 5281 var cells = graph.connectVertex(graph.getSelectionCell(), directions[evt.keyCode],
|