Skip to content

Commit 0a79a0e

Browse files
committed
fix: refactor trigger bug
1 parent c6a8727 commit 0a79a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/trigger/Trigger.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ export default {
294294
return popupAlign
295295
},
296296
savePopup (node) {
297-
this._component = node
297+
this._component = node && node.componentInstance
298298
},
299299
getComponent () {
300300
const self = this

0 commit comments

Comments
 (0)