This commit is contained in:
Vanessa 2024-12-13 21:56:06 +08:00
parent b6925ab9e2
commit 1dc297d856
12 changed files with 20 additions and 20 deletions

View file

@ -351,7 +351,7 @@ ${cell.color ? `color:${cell.color};` : ""}">${renderCell(cell.value, rowIndex)}
}
searchInputElement.addEventListener("compositionstart", (event: KeyboardEvent) => {
event.stopPropagation();
})
});
searchInputElement.addEventListener("input", (event: KeyboardEvent) => {
event.stopPropagation();
if (event.isComposing) {