Hi,
I am trying to set the event dragging action to copy instead of move. The way I want to implement this, is by dragging a certain icon in the event div. I tried to capture the mousedown & dragstart events but couldn't do so. It seems that the component is not bubbling any of these events. I also checked all the events the component is providing but couldn't find anything that could help. Is there a way to implement this?