@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.
@@ -1131,7 +1131,8 @@ class WebsyDatePicker {
1131
1131
  el.classList.add('range-selected')
1132
1132
  }
1133
1133
  }
1134
- this.highlightRange()
1134
+ this.highlightRange()
1135
+ this.updateRange()
1135
1136
  this.close(confirm)
1136
1137
  }
1137
1138
  }
@@ -1263,6 +1263,7 @@ var WebsyDatePicker = /*#__PURE__*/function () {
1263
1263
  }
1264
1264
 
1265
1265
  this.highlightRange();
1266
+ this.updateRange();
1266
1267
  this.close(confirm);
1267
1268
  }
1268
1269
  }