We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e318016 commit 9bc3734Copy full SHA for 9bc3734
src/runtime/recipe/recipe.ts
@@ -548,6 +548,7 @@ export class Recipe implements Cloneable<Recipe> {
548
this._slots.forEach(cloneTheThing);
549
this._connectionConstraints.forEach(cloneTheThing);
550
this._obligations.forEach(cloneTheThing);
551
+ this.triggers.forEach(cloneTheThing);
552
recipe.verbs = recipe.verbs.slice();
553
if (this.search) {
554
this.search._copyInto(recipe);
0 commit comments