mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
BUGFIX #98: Auto-Bake now triggers when operations are re-ordered.
This commit is contained in:
parent
ce2ffcafd3
commit
2a07999db6
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue