Table: update column width before updating height (#10236)

pull/10237/head
杨奕 2018-03-19 18:21:11 +08:00 committed by GitHub
parent d0809e4915
commit 38e9b6eca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -438,10 +438,10 @@
},
doLayout() {
this.layout.updateColumnsWidth();
if (this.shouldUpdateHeight) {
this.layout.updateElsHeight();
}
this.layout.updateColumnsWidth();
}
},