We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde84ea commit ad887d3Copy full SHA for ad887d3
src/accessibility/outputs.js
@@ -492,7 +492,7 @@ p5.prototype._accsOutput = function(f, args) {
492
if (!this.ingredients.shapes[f]) {
493
this.ingredients.shapes[f] = [include];
494
//if other shapes of this type have been created
495
- } else if (this.ingredients.shapes[f] !== [include]) {
+ } else{
496
//for every shape of this type
497
for (let y in this.ingredients.shapes[f]) {
498
//compare it with current shape and if it already exists make add false
0 commit comments