We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec82480 commit 608c875Copy full SHA for 608c875
src/Trigger.jsx
@@ -396,8 +396,8 @@ const Trigger = React.createClass({
396
return action.indexOf('focus') !== -1 || hideAction.indexOf('blur') !== -1;
397
},
398
forcePopupAlign() {
399
- if (this.state.popupVisible && this.popupInstance && this.popupInstance.alignInstance) {
400
- this.popupInstance.alignInstance.forceAlign();
+ if (this.state.popupVisible && this._component && this._component.alignInstance) {
+ this._component.alignInstance.forceAlign();
401
}
402
403
0 commit comments