chore(context-pad): remove unused argument
This commit is contained in:
parent
db64aa1377
commit
2b37cebeb6
|
@ -86,12 +86,12 @@ ContextPadProvider.prototype.getContextPadEntries = function(element) {
|
|||
|
||||
var businessObject = element.businessObject;
|
||||
|
||||
function startConnect(event, element, autoActivate) {
|
||||
function startConnect(event, element) {
|
||||
|
||||
// prevent dragging of connection symbol
|
||||
event.preventDefault();
|
||||
|
||||
connect.start(event, element, autoActivate);
|
||||
connect.start(event, element);
|
||||
}
|
||||
|
||||
function removeElement(e) {
|
||||
|
|
Loading…
Reference in New Issue