mirror of
https://github.com/gchq/CyberChef
synced 2026-01-06 02:23:20 +00:00
Adjust number of tabs shown when resizing window.
Improve refresh tabs logic. Fix input not being shown when loaded from a URL
This commit is contained in:
@@ -64,7 +64,10 @@ class InputWaiter {
|
||||
if (this.inputWorker) {
|
||||
this.inputWorker.postMessage({
|
||||
action: "updateMaxTabs",
|
||||
data: this.maxTabs
|
||||
data: {
|
||||
maxTabs: this.maxTabs,
|
||||
activeTab: this.getActiveTab()
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user