mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-18 12:20:32 +08:00
Correcting the problem of resizing the event with new versions of jquery ui.
Conflicts: src/agenda/AgendaEventRenderer.js
This commit is contained in:
@@ -559,9 +559,7 @@ function AgendaEventRenderer() {
|
||||
var granularityHeight = getGranularityHeight();
|
||||
var granularityMinutes = getGranularityMinutes();
|
||||
eventElement.resizable({
|
||||
handles: {
|
||||
s: 'div.ui-resizable-s'
|
||||
},
|
||||
handles: 's',
|
||||
grid: granularityHeight,
|
||||
start: function(ev, ui) {
|
||||
granularityDelta = prevGranularityDelta = 0;
|
||||
|
||||
Reference in New Issue
Block a user