I am currently working on a tree component with click and double-click events. Now I want to add the drag and drop function. Does anyone have a better idea for implementing drag and drop? What should I do if events such as mousedown and mousemove conflict with the click event?
kendoUI This library has a drag and drop function. The questioner can refer to the source code for its implementation method.