Table: shouldUpdateHeight should be true when maxHeight is set (#10034)

pull/10035/head
杨奕 2018-03-06 18:28:44 +08:00 committed by GitHub
parent fd8648a4b3
commit 74eaaf7eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -456,6 +456,7 @@
shouldUpdateHeight() { shouldUpdateHeight() {
return this.height || return this.height ||
this.maxHeight ||
this.fixedColumns.length > 0 || this.fixedColumns.length > 0 ||
this.rightFixedColumns.length > 0; this.rightFixedColumns.length > 0;
}, },