mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Improved input change update responsiveness
This commit is contained in:
parent
157dacb3a5
commit
5c8aac5572
5 changed files with 20 additions and 49 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue