@aleen42/calendar 1.1.0-beta.3 → 1.1.0-beta.4

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.
package/dist/calendar.js CHANGED
@@ -33135,7 +33135,6 @@ const Calendar = ([$context, $datePicker], viewType, options) => {
33135
33135
  } else {
33136
33136
  const [start, end] = [isoDatetime(index_mm(target).startOf(unit)), isoDatetime(index_mm(target).endOf(unit))];
33137
33137
  load && (refreshView = () => {
33138
- renderData();
33139
33138
  $calendar.mask({backgroundColor : 'transparent'});
33140
33139
  promiseFin(load(_start = start, end), (ok, list) => {
33141
33140
  const $context = $allDays.add($events);