mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 22:07:01 +00:00
do not handle escape and enter
This commit is contained in:
@@ -99,7 +99,7 @@ const onInputKeyDown = (e: KeyboardEvent) => {
|
||||
return
|
||||
}
|
||||
if (
|
||||
['ArrowLeft', 'ArrowRight', 'Home', 'End', 'PageUp', 'PageDown', 'Delete', 'Backspace', 'Tab'].includes(e.key) ||
|
||||
['ArrowLeft', 'ArrowRight', 'Enter', 'Escape', 'Home', 'End', 'PageUp', 'PageDown', 'Delete', 'Backspace', 'Tab'].includes(e.key) ||
|
||||
e.ctrlKey ||
|
||||
e.altKey ||
|
||||
e.metaKey
|
||||
|
||||
Reference in New Issue
Block a user