|
@ -209,7 +209,7 @@ class Edge { |
|
|
choosify(options) { |
|
|
choosify(options) { |
|
|
this.chooser = true; |
|
|
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'); |
|
|
let chosen = util.topMost(pile, 'chosen'); |
|
|
if (typeof chosen === 'boolean') { |
|
|
if (typeof chosen === 'boolean') { |
|
|