jquery-week-calendar
jquery-week-calendar copied to clipboard
Multiple User Events Multiply on Drag
If I create an event with an array for userId I see the multiple events as separate blocks. If I drag it drags only the one I click on and then when I drop it it creates new copies of the event.
For example, I have 3 userIds in the array. I drag the 3rd and when I drop it I end up with 5 events because the one I dragged is creating 2 new copies of itself.
Is there already a fix for this issue?