Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wangking873 committed May 11, 2018
1 parent 18ef829 commit af6bfc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,10 @@ export default class Trigger extends React.Component {
return null;
}

getRootDomNode = () => {
return findDOMNode(this);
}

getPopupClassNameFromAlign = (align) => {
const className = [];
const props = this.props;
Expand Down

0 comments on commit af6bfc1

Please sign in to comment.