mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 05:13:23 +00:00
Add comments to inputWorker.
Slightly improve logic for getNearbyNums
This commit is contained in:
@@ -186,11 +186,9 @@ class App {
|
||||
|
||||
/**
|
||||
* Gets the user's input data for all tabs.
|
||||
*
|
||||
* @returns {Array}
|
||||
*/
|
||||
getAllInput() {
|
||||
this.manager.input.getAll();
|
||||
this.manager.input.bakeAll();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user