Revize 489b18a3
Přidáno uživatelem Pavel Fidranský před více než 6 roky(ů)
sources/src/main/webapp/js/components/viewport.js | ||
---|---|---|
75 | 75 |
} |
76 | 76 |
|
77 | 77 |
nodeList.splice(nodeList.indexOf(group), 1); |
78 |
groupList.splice(vertexList.indexOf(group), 1);
|
|
78 |
groupList.splice(groupList.indexOf(group), 1);
|
|
79 | 79 |
}; |
80 | 80 |
|
81 | 81 |
this.getEdgeList = function() { |
Také k dispozici: Unified diff
fixed Viewport to remove a Group correctly from its private list so that the Group is displayed only once in Vertex context menu when excluded