Commit 0f7158ab authored by SkyAo's avatar SkyAo Committed by GitHub

Merge pull request #442 from QingWei-Li/fix/popover-arrow

Popover: fix the arrow appears, fixed #412
parents a759aaf5 955417e6
......@@ -86,6 +86,7 @@ export default {
this.popperJS.onCreate(_ => {
this.$emit('created', this);
this.resetTransformOrigin();
this.$nextTick(this.updatePopper);
});
this.popperJS._popper.style.zIndex = PopupManager.nextZIndex();
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment