dmn-js-drd
Advanced tools
Comparing version 10.1.0 to 10.2.0
@@ -172,2 +172,16 @@ import { assign, isArray } from 'min-dash'; | ||
if (is(businessObject, 'dmn:TextAnnotation')) { | ||
assign(actions, { | ||
'connect': { | ||
group: 'connect', | ||
className: 'dmn-icon-connection-multi', | ||
title: translate('Connect using association'), | ||
action: { | ||
click: startConnect, | ||
dragstart: startConnect | ||
} | ||
} | ||
}); | ||
} | ||
if (!popupMenu.isEmpty(element, 'dmn-replace')) { | ||
@@ -174,0 +188,0 @@ // Replace menu entry |
{ | ||
"name": "dmn-js-drd", | ||
"description": "A decision requirements diagram view for dmn-js", | ||
"version": "10.1.0", | ||
"version": "10.2.0", | ||
"scripts": { | ||
@@ -37,3 +37,3 @@ "test": "karma start", | ||
}, | ||
"gitHead": "8663510062204efbc69e3d07a939dd965797f90b" | ||
"gitHead": "2339a8423930459e0bcef31803ae2762ba75928d" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
426620
3866