Browse Source

Merge pull request #1024 from nocodb/fix/multiple-nn-cells-saving

fix: reset saving flag anyway
pull/1025/head
աɨռɢӄաօռɢ 3 years ago committed by GitHub
parent
commit
fec632c6f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/nc-gui/components/project/spreadsheet/rowsXcDataTable.vue

4
packages/nc-gui/components/project/spreadsheet/rowsXcDataTable.vue

@ -1049,11 +1049,11 @@ export default {
} else {
this.$toast.error(`Failed to save row : ${e.message}`).goAway(3000)
}
}
} finally {
this.$set(this.data[row], 'saving', false)
}
}
}
},
// // todo: move debounce to cell since this will skip few update api call
// onCellValueChangeDebounce: debounce(async function(col, row, column, self) {

Loading…
Cancel
Save