@websy/websy-designs 1.2.26 → 1.2.27

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.
@@ -945,7 +945,8 @@ class WebsyDatePicker {
945
945
  el.classList.add('range-selected')
946
946
  }
947
947
  }
948
- this.highlightRange()
948
+ this.highlightRange()
949
+ this.updateRange()
949
950
  this.close(confirm)
950
951
  }
951
952
  }
@@ -1051,6 +1051,7 @@ var WebsyDatePicker = /*#__PURE__*/function () {
1051
1051
  }
1052
1052
 
1053
1053
  this.highlightRange();
1054
+ this.updateRange();
1054
1055
  this.close(confirm);
1055
1056
  }
1056
1057
  }