@sprucelabs/spruce-calendar-components 22.8.10 → 22.8.11
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.
|
@@ -168,7 +168,7 @@ export default class CalendarViewController extends CoreCalendarViewController {
|
|
|
168
168
|
catch (_a) { }
|
|
169
169
|
this.isSwapping = false;
|
|
170
170
|
if (CalendarViewController.shouldDelayStartingAnimationOnSwap) {
|
|
171
|
-
yield new Promise((r) => setTimeout(r,
|
|
171
|
+
yield new Promise((r) => setTimeout(r, 100));
|
|
172
172
|
}
|
|
173
173
|
this.enableAnimation();
|
|
174
174
|
});
|
|
@@ -150,7 +150,7 @@ class CalendarViewController extends heartwood_view_controllers_1.CalendarViewCo
|
|
|
150
150
|
catch (_a) { }
|
|
151
151
|
this.isSwapping = false;
|
|
152
152
|
if (CalendarViewController.shouldDelayStartingAnimationOnSwap) {
|
|
153
|
-
await new Promise((r) => setTimeout(r,
|
|
153
|
+
await new Promise((r) => setTimeout(r, 100));
|
|
154
154
|
}
|
|
155
155
|
this.enableAnimation();
|
|
156
156
|
}
|