Vanessa 2024-04-07 16:55:11 +08:00
parent 7c0a0ced9f
commit f77477b5e2

View file

@ -290,7 +290,6 @@ ${html || genSelectItemHTML("empty")}`;
databaseName.setAttribute("data-id", response.data.blockIDs[0]);
const listElement = options.menuElement.querySelector(".b3-menu__items");
inputElement.addEventListener("keydown", (event) => {
event.stopPropagation();
if (event.isComposing) {
return;
}