Fixed #258 - Popup menu does not appear where it should
parent
8e9fc0f22e
commit
c15d8f7cee
|
@ -98,10 +98,7 @@ export default {
|
|||
this.unbindResizeListener();
|
||||
},
|
||||
alignOverlay() {
|
||||
if (this.appendTo)
|
||||
DomHandler.absolutePosition(this.$refs.container, this.target);
|
||||
else
|
||||
DomHandler.relativePosition(this.$refs.container, this.target);
|
||||
DomHandler.absolutePosition(this.$refs.container, this.target);
|
||||
},
|
||||
bindOutsideClickListener() {
|
||||
if (!this.outsideClickListener) {
|
||||
|
|
Loading…
Reference in New Issue