Commit 404be1d5 authored by Romain Loth's avatar Romain Loth

preserve selection of opposite nodes test

parent 0526c035
......@@ -255,11 +255,13 @@ function changeType() {
// to recreate the selection in the new type graph
var SelInst = new SelectionEngine();
SelInst.MultipleSelection2({
nodesDict:nodes_2_colour,
edgesDict:edges_2_colour
});
// var SelInst = new SelectionEngine();
// SelInst.MultipleSelection2({
// nodesDict:nodes_2_colour,
// edgesDict:edges_2_colour
// });
var SelInst2 = new SelectionEngine();
SelInst2.MultipleSelection2({ nodes: sels });
overNodes=true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment