Skip to content

Commit af6bfc1

Browse files
authored
Update index.js
1 parent 18ef829 commit af6bfc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@ export default class Trigger extends React.Component {
298298
return null;
299299
}
300300

301+
getRootDomNode = () => {
302+
return findDOMNode(this);
303+
}
304+
301305
getPopupClassNameFromAlign = (align) => {
302306
const className = [];
303307
const props = this.props;

0 commit comments

Comments
 (0)