inspire-tree-dom
inspire-tree-dom copied to clipboard
Editable and Drag and Drop Conflicts
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, });