camunda-bpmn-js 3.13.0 → 4.0.0

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.
@@ -749,22 +749,13 @@ marker.djs-dragger tspan {
749
749
  }
750
750
 
751
751
  /**
752
- * touch
752
+ * bendpoints
753
753
  */
754
-
755
- .djs-shape,
756
- .djs-connection {
757
- touch-action: none;
758
- }
759
-
760
754
  .djs-segment-dragger,
761
755
  .djs-bendpoint {
762
756
  display: none;
763
757
  }
764
758
 
765
- /**
766
- * bendpoints
767
- */
768
759
  .djs-segment-dragger .djs-visual {
769
760
  display: none;
770
761