Skip to content

Commit b2ffa70

Browse files
committed
merge from cell-edit
1 parent 1b13971 commit b2ffa70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/ve-table/src/index.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,6 +1734,8 @@ export default {
17341734
allRowKeys: this.allRowKeys,
17351735
editOption: this.editOption,
17361736
highlightRowKey: this.highlightRowKey,
1737+
editingCells: this.editingCells,
1738+
editingFocusCell: this.editingFocusCell,
17371739
},
17381740
on: {
17391741
[EMIT_EVENTS.BODY_TD_WIDTH_CHANGE]: tdWidthChange,

0 commit comments

Comments
 (0)