diff --git a/lib/network/modules/components/Edge.js b/lib/network/modules/components/Edge.js index 80343f0c..f84a9189 100644 --- a/lib/network/modules/components/Edge.js +++ b/lib/network/modules/components/Edge.js @@ -209,7 +209,7 @@ class Edge { choosify(options) { this.chooser = true; - let pile = [options, this.options, this.defaultOptions]; + let pile = [options, this.options, this.edgeOptions, this.defaultOptions]; let chosen = util.topMost(pile, 'chosen'); if (typeof chosen === 'boolean') {