[#181] fix selected / checkmark classes on operation list, based on the current recipe list. Update TODO

This commit is contained in:
Robin Scholtes 2023-04-26 23:08:44 +12:00
parent ccc5095763
commit 5e9aa5cd09
5 changed files with 82 additions and 13 deletions

View file

@ -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