ps-toolkit-ui 1.3.83 → 1.3.84

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.
@@ -3589,6 +3589,8 @@
3589
3589
  if (v === null) {
3590
3590
  this.inp.clear();
3591
3591
  this.active = moment__namespace();
3592
+ this.setDate();
3593
+ return;
3592
3594
  }
3593
3595
  else if (typeof v === 'string') {
3594
3596
  var d = parseInt(v.substring(6, v.length - 2), 10);