inspire-tree-dom icon indicating copy to clipboard operation
inspire-tree-dom copied to clipboard

Editable and Drag and Drop Conflicts

Open michellecliu opened this issue 6 months ago • 0 comments

When I enable both editable and drag and drop, it seems to have an issue with handling events from drag and drop and I get a "TypeError: Cannot read properties of null (reading '$EV')"

var tree = new InspireTree({ editable: true, target: ".tree", data: Data, });

var dom = new InspireTreeDOM(tree, { target: ".tree", dragAndDrop: true, });

Screenshot 2024-08-14 at 20 12 41

michellecliu avatar Aug 14 '24 19:08 michellecliu