Skip to content

Commit

Permalink
Merge branch 'bug-number-input-change'
Browse files Browse the repository at this point in the history
  • Loading branch information
n1474335 committed Sep 5, 2017
2 parents 78a842d + 8fa6f3f commit 45f41b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/Manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ Manager.prototype.initialiseEventListeners = function() {
// Recipe
this.addDynamicListener(".arg", "keyup", this.recipe.ingChange, this.recipe);
this.addDynamicListener(".arg", "change", this.recipe.ingChange, this.recipe);
this.addDynamicListener(".arg", "input", this.recipe.ingChange, this.recipe);
this.addDynamicListener(".disable-icon", "click", this.recipe.disableClick, this.recipe);
this.addDynamicListener(".breakpoint", "click", this.recipe.breakpointClick, this.recipe);
this.addDynamicListener("#rec-list li.operation", "dblclick", this.recipe.operationDblclick, this.recipe);
Expand Down

0 comments on commit 45f41b1

Please sign in to comment.