diff --git a/src/accessibility/outputs.js b/src/accessibility/outputs.js index d712c008bc..102d1d7186 100644 --- a/src/accessibility/outputs.js +++ b/src/accessibility/outputs.js @@ -492,7 +492,7 @@ p5.prototype._accsOutput = function(f, args) { if (!this.ingredients.shapes[f]) { this.ingredients.shapes[f] = [include]; //if other shapes of this type have been created - } else if (this.ingredients.shapes[f] !== [include]) { + } else { //for every shape of this type for (let y in this.ingredients.shapes[f]) { //compare it with current shape and if it already exists make add false