Closed Salmankhan033 closed 2 years ago
That cannot be done at the moment.
We can add it, something like passing to each event that should not drag: disableDrag: true
.
It should be straightforward to implement this
I did it in from node-modules, In Event file line no 308
onDrag={onDragEvent && item.data.type != "workingHours" && item.data.type !="timeOff" && this.onDragEvent}
I add multiple event with different types, Now I want to disable drag and drops for some events