fix(nc-gui): rename useSelectedCellKeyupListener to useSelectedCellKeydownListener

This commit is contained in:
Ramesh Mane
2025-01-28 13:18:33 +00:00
parent 8a39887c8c
commit b1e7793dcb
28 changed files with 461 additions and 29 deletions

View File

@@ -113,7 +113,7 @@ const clickInviteMore = () => {
const emailField = ref<typeof Input>()
useActiveKeyupListener(
useActiveKeydownListener(
computed(() => show),
(e: KeyboardEvent) => {
if (e.key === 'Escape') {