Skip to content

Commit c84e582

Browse files
committed
Use correct el for normalizing height
1 parent c89f0b1 commit c84e582

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/components/Preview/DevTools

1 file changed

+1
-1
lines changed

packages/app/src/app/components/Preview/DevTools/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ export default class DevTools extends React.PureComponent<Props, State> {
442442
this.node = el || this.node;
443443

444444
if (this.node) {
445-
this.normalizeHeight(el);
445+
this.normalizeHeight(this.node);
446446
}
447447
}}
448448
style={{

0 commit comments

Comments
 (0)