fix: calc fixed column height correctly when activated

pull/22886/head
a1mer 2024-05-27 18:07:22 +08:00 committed by GitHub
parent c345bb453b
commit a3f6246dc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -485,10 +485,10 @@
}, },
doLayout() { doLayout() {
this.layout.updateColumnsWidth();
if (this.shouldUpdateHeight) { if (this.shouldUpdateHeight) {
this.layout.updateElsHeight(); this.layout.updateElsHeight();
} }
this.layout.updateColumnsWidth();
}, },
sort(prop, order) { sort(prop, order) {