mirror of https://github.com/Fabio286/antares.git
Merge branch 'develop' of https://github.com/antares-sql/antares into beta
This commit is contained in:
commit
4c89578188
|
@ -580,7 +580,7 @@ const onKey = (e: KeyboardEvent) => {
|
|||
if (!editingField.value && e.key === 'Enter')
|
||||
return editON(props.selectedCell);
|
||||
|
||||
if (editingField.value && e.key === 'Enter' && !isBaseSelectField.value)
|
||||
if (editingField.value && e.key === 'Enter' && !isBaseSelectField.value && !isTextareaEditor.value)
|
||||
return editOFF();
|
||||
|
||||
if (editingField.value && e.key === 'Escape') {
|
||||
|
|
Loading…
Reference in New Issue