We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a66bd3 commit c37d6fdCopy full SHA for c37d6fd
1 file changed
packages/vtable/src/edit/edit-manager.ts
@@ -92,7 +92,7 @@ export class EditManager {
92
93
// group title cell do not allow edit
94
const record = this.table.getCellRawRecord(col, row);
95
- if (record.vtableMerge) {
+ if (record?.vtableMerge) {
96
console.warn("VTable Warn: this is group title, can't be edited");
97
return;
98
}
0 commit comments