We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab107cd commit 5e47730Copy full SHA for 5e47730
1 file changed
src/calendar/store/Events.mjs
@@ -44,7 +44,7 @@ class Events extends Store {
44
record;
45
46
for (; i < len; i++) {
47
- record = me.items[i];
+ record = me.getAt(i);
48
49
if (DateUtil.matchDate(date, record.startDate)) {
50
if (DateUtil.matchDate(date, record.endDate)) {
0 commit comments