fix: replace key value
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
8128e22645
commit
a15530dba2
|
@ -22,7 +22,7 @@ export default {
|
|||
}
|
||||
const that = this;
|
||||
document.addEventListener('keyup', function (evt) {
|
||||
if (evt.key === 'ENTER') {
|
||||
if (evt.key === 'Enter') {
|
||||
that.onSubmit();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue