In Drekkenov lib, there is an attribute (data-not-drag-handle) which makes it possible to make a child element non-draggable in a parent element which is draggable.
But this attribute only works in <a/> element instead of all elements. Moreover, the <a/> element must have an href attribute for this to work.