mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 12:56:41 +00:00
fix(nc-gui): if useSElectedCellKeyupListner is not grid cell activeCell then dont prevent handler fn call
This commit is contained in:
@@ -120,7 +120,7 @@ useActiveKeyupListener(
|
||||
close()
|
||||
}
|
||||
},
|
||||
{ immediate: true },
|
||||
{ immediate: true, isGridCell: false },
|
||||
)
|
||||
|
||||
watch(
|
||||
|
||||
Reference in New Issue
Block a user