I am on my mobile atm so cant open your example.
But what I would do:
create a global variable called dragging.
Then on Drag start set it to 1
Then just check that variable whenever you start a drag, and dont allow it if it is 1.
I can make you an example tonight if this is not enough information.