mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 08:30:12 +01:00
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) {
|
if (event.isComposing) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (searchInputElement.value) {
|
if (searchInputElement.value || document.activeElement.isSameNode(searchInputElement)) {
|
||||||
viewsElement.classList.add("av__views--show");
|
viewsElement.classList.add("av__views--show");
|
||||||
} else {
|
} else {
|
||||||
viewsElement.classList.remove("av__views--show");
|
viewsElement.classList.remove("av__views--show");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue