mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-15 02:26:54 -04:00
remove listItemUpdate related classes into c-operation-list and simplify code, as duplicates in the operation lists are now no longer an issue in the context of this. Add a custom events to dispatch on change of favourites
This commit is contained in:
parent
6a11d14794
commit
4dc4645def
6 changed files with 59 additions and 85 deletions
|
@ -54,6 +54,10 @@ class Manager {
|
|||
* @event Manager#statechange
|
||||
*/
|
||||
this.statechange = new CustomEvent("statechange", {bubbles: true});
|
||||
/**
|
||||
* @event Manager#favouritesupdate
|
||||
*/
|
||||
this.favouritesupdate = new CustomEvent("favouritesupdate", {bubbles: true});
|
||||
|
||||
// Define Waiter objects to handle various areas
|
||||
this.timing = new TimingWaiter(this.app, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue