Skip to content

Commit

Permalink
Fix #133
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanbalci committed Feb 8, 2022
1 parent ba79c63 commit 74b4512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cytoscape-expand-collapse.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/expandCollapseUtilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ return {

var edgesTypeField = "edgeType";
if (options.edgeTypeInfo !== undefined) {
edgesTypeField = options.edgeTypeInfo instanceof Function ? edgeTypeField : options.edgeTypeInfo;
edgesTypeField = options.edgeTypeInfo instanceof Function ? edgesTypeField : options.edgeTypeInfo;
}
newEdge.data[edgesTypeField] = edgeGroupType;

Expand Down

0 comments on commit 74b4512

Please sign in to comment.