Skip to content

Commit 2a07999

Browse files
committed
BUGFIX #98: Auto-Bake now triggers when operations are re-ordered.
1 parent ce2ffca commit 2a07999

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/web/RecipeWaiter.js

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ RecipeWaiter.prototype.initialiseOperationDragNDrop = function() {
4343
evt.item.remove();
4444
evt.target.dispatchEvent(this.manager.operationremove);
4545
}
46+
}.bind(this),
47+
onSort: function(evt) {
48+
document.dispatchEvent(this.manager.statechange);
4649
}.bind(this)
4750
});
4851

0 commit comments

Comments
 (0)