mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Fix refreshTabs not always hiding the tab bar
This commit is contained in:
@@ -847,7 +847,7 @@ class InputWaiter {
|
||||
tabsList.appendChild(this.createTabElement(nums[i], active));
|
||||
}
|
||||
|
||||
if (nums.length > 0) {
|
||||
if (nums.length > 1) {
|
||||
tabsList.parentElement.style.display = "block";
|
||||
|
||||
document.getElementById("input-wrapper").style.height = "calc(100% - var(--tab-height) - var(--title-height))";
|
||||
|
||||
Reference in New Issue
Block a user