Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
ddafde942c
91 changed files with 1274 additions and 751 deletions
|
@ -149,7 +149,7 @@ class StatusUnextended extends ImmutablePureComponent {
|
|||
|
||||
saveHeight = () => {
|
||||
if (this.node && this.node.children.length !== 0) {
|
||||
this.height = this.node.clientHeight;
|
||||
this.height = this.node.getBoundingClientRect().height;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue