mirror of
https://github.com/gchq/CyberChef
synced 2025-01-16 06:23:53 +00:00
Added pause after setting complex input to avoid race conditions
This commit is contained in:
parent
f0a49fefa4
commit
bbebba6481
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ function setInput(browser, input, type=true) {
|
||||||
browser.execute(text => {
|
browser.execute(text => {
|
||||||
window.app.setInput(text);
|
window.app.setInput(text);
|
||||||
}, [input]);
|
}, [input]);
|
||||||
|
browser.pause(100);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue