fix(nc-gui): remove unwanted code

This commit is contained in:
Ramesh Mane
2025-05-22 07:31:11 +00:00
parent 9acffd6027
commit f0e75d86b8
2 changed files with 2 additions and 5 deletions

View File

@@ -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()
}