ps-toolkit-ui 1.4.69 → 1.4.70

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.
@@ -2549,7 +2549,7 @@
2549
2549
  $__namespace(_this.childrenDiv.nativeElement).sortable({
2550
2550
  axis: 'y',
2551
2551
  items: '.row',
2552
- handle: '> .handle.handle-sortable',
2552
+ handle: '> .handle-con > .handle.handle-sortable',
2553
2553
  update: function () {
2554
2554
  var data = [];
2555
2555
  // @ts-ignore
@@ -3088,7 +3088,7 @@
3088
3088
  $__namespace(_this.rows.nativeElement).sortable({
3089
3089
  axis: 'y',
3090
3090
  items: '.row',
3091
- handle: '> .handle.handle-sortable',
3091
+ handle: '> .handle-con > .handle.handle-sortable',
3092
3092
  update: function () {
3093
3093
  var data = [];
3094
3094
  // @ts-ignore