Merge branch 'develop' into fix-7311
This commit is contained in:
commit
599f7ada84
2 changed files with 2 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ function onKeydown(evt: KeyboardEvent) {
|
|||
}
|
||||
|
||||
function onInputKeydown(evt: KeyboardEvent) {
|
||||
if (evt.key === 'Enter') {
|
||||
if (evt.key === 'Enter' && okButtonDisabledReason.value === null) {
|
||||
evt.preventDefault();
|
||||
evt.stopPropagation();
|
||||
ok();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue