mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 06:55:43 -06:00
Merge pull request #1693 from panjinbo/main
🐛 Do not prevent default for Enter
This commit is contained in:
commit
5ccea15f3f
1 changed files with 0 additions and 2 deletions
|
@ -73,8 +73,6 @@ document.addEventListener("keydown", function (event) {
|
||||||
} else {
|
} else {
|
||||||
document.activeElement.click();
|
document.activeElement.click();
|
||||||
}
|
}
|
||||||
}else{
|
|
||||||
event.preventDefault();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue