We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3250302 commit 8254f78Copy full SHA for 8254f78
components/trigger/Trigger.jsx
@@ -465,8 +465,8 @@ export default {
465
return action.indexOf('focus') !== -1 || hideAction.indexOf('blur') !== -1
466
},
467
forcePopupAlign () {
468
- if (this.$data.sPopupVisible && this._component && this._component.alignInstance) {
469
- this._component.alignInstance.forceAlign()
+ if (this.$data.sPopupVisible && this._component && this._component.$refs.alignInstance) {
+ this._component.$refs.alignInstance.forceAlign()
470
}
471
472
fireEvents (type, e) {
0 commit comments