[BUG] args.allowed = false on onEventResizing is not working.
11 years ago.
Hi, I noticed that setting args.allowed to false for onEventResizing is not working.
I tried the same thing for onEventMoving and onTimeRangeSelecting and they both work.
onEventResizing: function(args) {
args.allowed = false;
},
I'm using this as the source: http://javascript.daypilot.org/demo/js/daypilot-all.min.js?v=1658
DayPilot