mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2025-08-26 12:40:20 +08:00

committed by
Ricardo Matias

parent
2985908357
commit
82073f2d38
@ -16,13 +16,13 @@ function BpmnKeyBindings(keyboard, spaceTool, lassoTool, handTool, directEditing
|
||||
selection.select(elements);
|
||||
},
|
||||
spaceTool: function() {
|
||||
spaceTool.activateSelection();
|
||||
spaceTool.toggle();
|
||||
},
|
||||
lassoTool: function() {
|
||||
lassoTool.activateSelection();
|
||||
lassoTool.toggle();
|
||||
},
|
||||
handTool: function() {
|
||||
handTool.activateHand();
|
||||
handTool.toggle();
|
||||
},
|
||||
directEditing: function() {
|
||||
var currentSelection = selection.get();
|
||||
|
Reference in New Issue
Block a user