Commit 0ca1eba
authored
Fix: Click on More... opens wrong day view, it shoud open clicked day view
Fix: Click on More... from Month view opens wrong day view, it shoud open clicked day view.
To reproduce, create enough events with `event.start < date < event.end` to see More... button on `date` cell. Then click on More...
Currently, it will redirect to `event.start` day. It should redirect to `date` day.
This patch resolves the issue.1 parent 73ecd47 commit 0ca1eba
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments