mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 14:07:08 +00:00
fix(nc-gui): rename useSelectedCellKeyupListener to useSelectedCellKeydownListener
This commit is contained in:
@@ -113,7 +113,7 @@ const clickInviteMore = () => {
|
||||
|
||||
const emailField = ref<typeof Input>()
|
||||
|
||||
useActiveKeyupListener(
|
||||
useActiveKeydownListener(
|
||||
computed(() => show),
|
||||
(e: KeyboardEvent) => {
|
||||
if (e.key === 'Escape') {
|
||||
|
||||
Reference in New Issue
Block a user