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 e0cae38 commit 101da55Copy full SHA for 101da55
src/Trigger.jsx
@@ -430,8 +430,8 @@ const Trigger = createReactClass({
430
return action.indexOf('focus') !== -1 || hideAction.indexOf('blur') !== -1;
431
},
432
forcePopupAlign() {
433
- if (this.state.popupVisible && this.popupInstance && this.popupInstance.alignInstance) {
434
- this.popupInstance.alignInstance.forceAlign();
+ if (this.state.popupVisible && this._component && this._component.alignInstance) {
+ this._component.alignInstance.forceAlign();
435
}
436
437
0 commit comments