@brickclay-org/ui 0.1.26 → 0.1.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.
|
@@ -1559,14 +1559,14 @@ class BkCustomCalendar {
|
|
|
1559
1559
|
cancel() {
|
|
1560
1560
|
if (this.disabled)
|
|
1561
1561
|
return;
|
|
1562
|
-
if (this.shouldDeferSingleDateCommit()) {
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
}
|
|
1566
|
-
this.startDate = null;
|
|
1567
|
-
this.endDate = null;
|
|
1568
|
-
this.selectedDates = [];
|
|
1569
|
-
this.resetCalendarFocusAfterClear();
|
|
1562
|
+
// if (this.shouldDeferSingleDateCommit()) {
|
|
1563
|
+
// this.finishPopupDismissal();
|
|
1564
|
+
// return;
|
|
1565
|
+
// }
|
|
1566
|
+
// this.startDate = null;
|
|
1567
|
+
// this.endDate = null;
|
|
1568
|
+
// this.selectedDates = [];
|
|
1569
|
+
// this.resetCalendarFocusAfterClear();
|
|
1570
1570
|
this.close();
|
|
1571
1571
|
}
|
|
1572
1572
|
clear() {
|