Skip to content

Editable and Drag and Drop Conflicts #34

@michellecliu

Description

@michellecliu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions