mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 13:23:25 +00:00
Highlighting now works with the web worker
This commit is contained in:
@@ -58,7 +58,7 @@ const Manager = function(app) {
|
||||
this.input = new InputWaiter(this.app, this);
|
||||
this.output = new OutputWaiter(this.app, this);
|
||||
this.options = new OptionsWaiter(this.app);
|
||||
this.highlighter = new HighlighterWaiter(this.app);
|
||||
this.highlighter = new HighlighterWaiter(this.app, this);
|
||||
this.seasonal = new SeasonalWaiter(this.app, this);
|
||||
|
||||
// Object to store dynamic handlers to fire on elements that may not exist yet
|
||||
|
||||
Reference in New Issue
Block a user