Skip to content

节点展开收缩功能的bug #445

@cyruscz

Description

@cyruscz

Image

{ "rootId": "a", "nodes": [ { "id": "a", "text": "a" }, { "id": "e", "text": "e" }, { "id": "ee", "text": "ee" }, { "id": "e1", "text": "e1" }, { "id": "e2", "text": "e2" }, { "id": "e3", "text": "e3" } ], "lines": [ { "from": "a", "to": "e" }, { "from": "a", "to": "ee" }, { "from": "ee", "to": "e1" }, { "from": "ee", "to": "e2" }, { "from": "ee", "to": "e3" }, { "from": "e", "to": "e1" }, { "from": "e", "to": "e2" } ] }

Image

{ "rootId": "a", "nodes": [ { "id": "a", "text": "a" }, { "id": "e", "text": "e" }, { "id": "ee", "text": "ee" }, { "id": "e1", "text": "e1" }, { "id": "e2", "text": "e2" } ], "lines": [ { "from": "a", "to": "e" }, { "from": "a", "to": "ee" }, { "from": "ee", "to": "e1" }, { "from": "ee", "to": "e2" }, { "from": "e", "to": "e1" }, { "from": "e", "to": "e2" } ] }

如果出现一个节点A的子节点与另外一个节点B的子节点相同或者是A的子节点是B的子节点的子集,就会出现A节点的展开收缩事件BUG的情况

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions