mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 23:26:49 +00:00
fix: correction in cell clear
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -1078,7 +1078,7 @@ export default {
|
||||
return
|
||||
}
|
||||
this.$set(this.data[index].row, col._cn, null)
|
||||
this.onCellValueChangeFn(colIndex, index, col)
|
||||
await this.onCellValueChange(colIndex, index, col)
|
||||
},
|
||||
async insertNewRow(atEnd = false, expand = false) {
|
||||
const focusRow = atEnd ? this.rowLength : this.rowContextMenu.index + 1
|
||||
|
||||
Reference in New Issue
Block a user