This commit is contained in:
parent
1e0c6a4c64
commit
de61283ef5
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ ${cell.color ? `color:${cell.color};` : ""}">${renderCell(cell.value, rowIndex)}
|
|||
if (event.isComposing) {
|
||||
return;
|
||||
}
|
||||
if (searchInputElement.value) {
|
||||
if (searchInputElement.value || document.activeElement.isSameNode(searchInputElement)) {
|
||||
viewsElement.classList.add("av__views--show");
|
||||
} else {
|
||||
viewsElement.classList.remove("av__views--show");
|
||||
|
|
Loading…
Add table
Reference in a new issue