Merge pull request #111 from gchq/bug-autobake-reorder
BUGFIX #98: Auto-Bake now triggers when operations are re-ordered.
This commit is contained in:
commit
9d4862b5c8
@ -43,6 +43,9 @@ RecipeWaiter.prototype.initialiseOperationDragNDrop = function() {
|
|||||||
evt.item.remove();
|
evt.item.remove();
|
||||||
evt.target.dispatchEvent(this.manager.operationremove);
|
evt.target.dispatchEvent(this.manager.operationremove);
|
||||||
}
|
}
|
||||||
|
}.bind(this),
|
||||||
|
onSort: function(evt) {
|
||||||
|
document.dispatchEvent(this.manager.statechange);
|
||||||
}.bind(this)
|
}.bind(this)
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user