Browse Source

Merge pull request #5839 from nocodb/fix/5838-context

fix: avoid clearing selected range on expand
pull/5845/head
Raju Udava 1 year ago committed by GitHub
parent
commit
0df2a22a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/nc-gui/components/smartsheet/Grid.vue

1
packages/nc-gui/components/smartsheet/Grid.vue

@ -231,7 +231,6 @@ const {
if (e.key === ' ') {
if (isCellActive.value && !editEnabled && hasEditPermission) {
e.preventDefault()
clearSelectedRange()
const row = data.value[activeCell.row]
expandForm(row)
return true

Loading…
Cancel
Save