-
Notifications
You must be signed in to change notification settings - Fork 516
Description
{ "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" } ] }
{ "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的情况

