Hi team,
I've created a `CustomScheulerEditItem` component to handle use cases when the user double clicks and item and when then move it.
However I've noticed that when clicking or double clicking an item, the `SchedulerEditItem` triggers the `onRelease` callback and then the `onClick` or `onDoubleClick`. Due to this behaviour, the action I need to complete onClick, never happens.
I have an example here in stackblitz (https://stackblitz.com/edit/react-nc1tnr?file=app%2Fmain.jsx), now I know that the `onClick` callback is working, but its being preceded by `onRelease`. Have I impl this incorrectly? please advise how I can ignore the `onRelease` when simply clicking on the Item.
Thanks,
Grant