mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
[#181] fix selected / checkmark classes on operation list, based on the current recipe list. Update TODO
This commit is contained in:
parent
ccc5095763
commit
5e9aa5cd09
5 changed files with 82 additions and 13 deletions
|
@ -63,6 +63,7 @@ class App {
|
|||
this.setCompileMessage();
|
||||
this.loadLocalStorage();
|
||||
this.populateOperationsList();
|
||||
this.manager.recipe.updateSelectedOperations();
|
||||
this.manager.setup();
|
||||
this.manager.output.saveBombe();
|
||||
this.uriParams = this.getURIParams();
|
||||
|
@ -329,6 +330,8 @@ class App {
|
|||
});
|
||||
|
||||
this.adjustComponentSizes();
|
||||
|
||||
// @TODO: handle sortable, draggable, popovers functionality etc.
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -801,7 +804,7 @@ class App {
|
|||
|
||||
|
||||
/**
|
||||
* Handler for CyerChef statechange events.
|
||||
* Handler for CyberChef statechange events.
|
||||
* Fires whenever the input or recipe changes in any way.
|
||||
*
|
||||
* @listens Manager#statechange
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue