mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-08-11 11:18:47 +08:00
bug where eventClick return value was being ignored
This commit is contained in:
@@ -136,7 +136,7 @@ $.extend(Grid.prototype, {
|
||||
|
||||
// only call the handlers if there is not a drag/resize in progress
|
||||
if (seg && !_this.isDraggingSeg && !_this.isResizingSeg) {
|
||||
func.call(this, seg, ev); // `this` will be the event element
|
||||
return func.call(this, seg, ev); // `this` will be the event element
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user