mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-08-16 11:21:04 +08:00
Fix to the prev day displaying incorrect all day events
This commit is contained in:
@@ -25,7 +25,7 @@ function ResourceEventRenderer() {
|
||||
var colContentLeft = t.colContentLeft;
|
||||
var colContentRight = t.colContentRight;
|
||||
var cellToDate = t.cellToDate;
|
||||
var getColCnt = t.getColCnt;
|
||||
var getColCnt = function() { return resources().length;}
|
||||
var getColWidth = t.getColWidth;
|
||||
var getSnapHeight = t.getSnapHeight;
|
||||
var getSnapDuration = t.getSnapDuration;
|
||||
|
||||
Reference in New Issue
Block a user