Skip to content

Commit da357f6

Browse files
authored
Merge pull request #49 from ddcat1115/fix-getPopupDomNode
fix getPopupDomNode
2 parents ffe2148 + 98a93c9 commit da357f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tooltip.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const Tooltip = React.createClass({
5454
},
5555

5656
getPopupDomNode() {
57-
return this.refs.trigger.popupDomNode;
57+
return this.refs.trigger.getPopupDomNode();
5858
},
5959

6060
render() {

0 commit comments

Comments
 (0)