Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BoyuZhou committed Jul 4, 2018
1 parent a1045cb commit eacd29f
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 37 deletions.
105 changes: 69 additions & 36 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/Modal.js
Expand Up @@ -152,7 +152,6 @@ class Modal extends React.Component {
if (!canUseDOM || !this._modal) {
return;
}
console.log(this._modal);

const dialogNode = this._modal.getDialogElement();
const dialogHeight = dialogNode.scrollHeight;
Expand Down

0 comments on commit eacd29f

Please sign in to comment.