7596-devToTest_2426 #452

Merged
alexm merged 378 commits from 7596-devToTest_2426 into test 2024-06-19 08:49:21 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2eead3a69e - Show all commits

View File

@ -22,7 +22,7 @@ export default {
}
const that = this;
document.addEventListener('keyup', function (evt) {
if (evt.keyCode === 13) {
if (evt.key === 'ENTER') {
that.onSubmit();
}
});