mirror of
https://github.com/gchq/CyberChef
synced 2025-12-23 03:33:24 +00:00
Scroll I/O areas to the top when switching tabs
This commit is contained in:
@@ -348,6 +348,7 @@ class InputWaiter {
|
||||
|
||||
inputText.style.overflow = "auto";
|
||||
inputText.classList.remove("blur");
|
||||
inputText.scroll(0, 0);
|
||||
|
||||
const lines = inputData.input.length < (this.app.options.ioDisplayThreshold * 1024) ?
|
||||
inputData.input.count("\n") + 1 : null;
|
||||
|
||||
Reference in New Issue
Block a user