mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 17:26:53 +00:00
fix(nc-gui): remove unwanted code
This commit is contained in:
@@ -27,6 +27,7 @@ const placeholder = computed(() => {
|
||||
const onKeydown = (e: KeyboardEvent) => {
|
||||
if (e.altKey && e.code === 'KeyB') {
|
||||
e.preventDefault()
|
||||
inputRef.value.input?.blur()
|
||||
} else {
|
||||
e.stopPropagation()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user