qms-angular 1.1.90 → 1.1.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fesm2015/qms-angular.js
CHANGED
@@ -21992,6 +21992,9 @@ class BpmnService {
|
|
21992
21992
|
if (linkType !== 'bpmn2.Flow') {
|
21993
21993
|
replaceLink(graph, link, bpmn2.Flow);
|
21994
21994
|
}
|
21995
|
+
else {
|
21996
|
+
window[FlowChartConst.ADD_SHAPE_CONNECTION_IN_PROGRESS] = true;
|
21997
|
+
}
|
21995
21998
|
},
|
21996
21999
|
'element:mouseover': (cellView) => {
|
21997
22000
|
if (editMode !== FlowchartViewMode.View)
|