Skip to content

Commit 4de233f

Browse files
authored
Update Popup.js
1 parent 90befd4 commit 4de233f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Popup.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class Popup extends Component {
120120
align, visible,
121121
prefixCls, style, getClassNameFromAlign,
122122
destroyPopupOnHide, stretch, children,
123-
onMouseEnter, onMouseLeave,
123+
onMouseEnter, onMouseLeave, getTarget,
124124
} = this.props;
125125
const className = this.getClassName(this.currentAlignClassName ||
126126
getClassNameFromAlign(align));
@@ -162,7 +162,6 @@ class Popup extends Component {
162162
ref: savePopupRef,
163163
onMouseEnter,
164164
onMouseLeave,
165-
getTarget,
166165
style: newStyle,
167166
};
168167
if (destroyPopupOnHide) {

0 commit comments

Comments
 (0)