mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-23 06:08:19 +00:00
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…
x
Reference in New Issue
Block a user