Web: Files: fixed hotkeys border

This commit is contained in:
Nikita Gopienko 2022-04-19 19:15:43 +03:00
parent 1afa42d6a1
commit a557627165

View File

@ -311,6 +311,8 @@ const FilesTableRow = (props) => {
if (showHotkeyBorder) {
setHeaderBorder(true);
} else {
const elem = document.getElementById("table-container_caption-header");
if (elem) elem.style.borderColor = "#ECEEF1";
setHeaderBorder(false);
}
}