Revize e1186dc5
Přidáno uživatelem Pavel Fidranský před více než 6 roky(ů)
sources/src/main/webapp/js/components/vertexContextMenuList.js | ||
---|---|---|
102 | 102 |
if (node instanceof Vertex) { |
103 | 103 |
// create a new group |
104 | 104 |
group = Group.create(); |
105 |
group.setExcluded(true);
|
|
105 |
group.isExcluded = true;
|
|
106 | 106 |
group.addVertex(node); |
107 | 107 |
|
108 | 108 |
app.nodeList.push(group); |
Také k dispozici: Unified diff
fix Vertex context menu to exclude newly created Group correctly