mirror of
https://github.com/gchq/CyberChef
synced 2025-12-24 04:04:25 +00:00
Improved input change update responsiveness
This commit is contained in:
@@ -847,9 +847,7 @@ class OutputWaiter {
|
||||
}
|
||||
}
|
||||
|
||||
debounce(this.set, 50, "setOutput", this, [inputNum])();
|
||||
|
||||
this.outputTextEl.scroll(0, 0); // TODO
|
||||
this.set(inputNum);
|
||||
|
||||
if (changeInput) {
|
||||
this.manager.input.changeTab(inputNum, false);
|
||||
|
||||
Reference in New Issue
Block a user