Skip to content

Commit 437f776

Browse files
committed
bug fixed
1 parent 881c7fb commit 437f776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ve-table/src/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ export default {
12671267
if (editingFocusCell && editingFocusCell.rowKey === rowKey) {
12681268
isStopEditing = true;
12691269
} else {
1270-
isStopEditing = true;
1270+
isStartEditing = true;
12711271
}
12721272
} else {
12731273
const currentColumn = colgroups.find(

0 commit comments

Comments
 (0)