mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Fix refreshTabs not always hiding the tab bar
This commit is contained in:
parent
3b8c365f7e
commit
65bb7f32e9
@ -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))";
|
||||
|
Loading…
Reference in New Issue
Block a user