mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 05:16:54 +00:00
handle dot key
This commit is contained in:
@@ -92,7 +92,7 @@ const onInputKeyDown = (e: KeyboardEvent) => {
|
||||
}
|
||||
if (!e.metaKey) {
|
||||
const { changed } = pasteText(target, e.key)
|
||||
if (changed) {
|
||||
if (changed || ['.'].includes(e.key)) {
|
||||
e.preventDefault()
|
||||
e.stopPropagation()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user