fix sort
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
}
|
||||
|
||||
function move(e, from, to) {
|
||||
graph.edges = sortByField(from, to, graph.edges, field.name);
|
||||
graph.edges = sortByField(from, to, graph.edges, field.name, references);
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user