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.
@@ -23576,6 +23576,9 @@
23576
23576
  if (linkType !== 'bpmn2.Flow') {
23577
23577
  replaceLink(graph, link, bpmn2.Flow);
23578
23578
  }
23579
+ else {
23580
+ window[FlowChartConst.ADD_SHAPE_CONNECTION_IN_PROGRESS] = true;
23581
+ }
23579
23582
  },
23580
23583
  'element:mouseover': function (cellView) {
23581
23584
  if (editMode !== exports.FlowchartViewMode.View)