fix(components/status): Up & down jump due to content being added to the DOM (#3972)
이 커밋은 다음에 포함됨:
@@ -124,7 +124,7 @@ export default class Status extends ImmutablePureComponent {
|
||||
|
||||
saveHeight = () => {
|
||||
if (this.node && this.node.children.length !== 0) {
|
||||
this.height = this.node.clientHeight;
|
||||
this.height = this.node.getBoundingClientRect().height;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
새 이슈에서 참조
사용자 차단