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.
2 parents bfe2867 + 5e726cc commit 20ce8c7Copy full SHA for 20ce8c7
src/accessibility/outputs.js
@@ -513,7 +513,7 @@ function outputs(p5, fn){
513
if (!this.ingredients.shapes[f]) {
514
this.ingredients.shapes[f] = [include];
515
//if other shapes of this type have been created
516
- } else if (this.ingredients.shapes[f] !== [include]) {
+ } else{
517
//for every shape of this type
518
for (let y in this.ingredients.shapes[f]) {
519
//compare it with current shape and if it already exists make add false
0 commit comments