This commit is contained in:
Kenny 2022-06-27 12:55:06 +10:00
parent b74215a683
commit c1d05d50b1

View file

@ -214,5 +214,6 @@ $(document).on("keydown", (event) => {
) {
hide();
event.preventDefault();
console.log("first");
}
});