Skip to content

Commit ce62f9e

Browse files
committed
bug fixed #485
1 parent 7cb2968 commit ce62f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ve-table/src/editor/edit-input.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ export default {
194194
if (!this.cellEl) {
195195
this.setCellEl();
196196
}
197-
this.setTextareaPosition();
198197
}
198+
this.setTextareaPosition();
199199
},
200200
);
201201
// add table size change hook

0 commit comments

Comments
 (0)