unify user popovers into a separate component
This commit is contained in:
parent
770d12f7ad
commit
d84cda7009
9 changed files with 127 additions and 130 deletions
|
|
@ -80,7 +80,7 @@ const Popover = {
|
|||
y: anchorScreenBox.top + anchorHeight * 0.5
|
||||
}
|
||||
const content = this.$refs.content
|
||||
const overlayCenter = this.overlayCentersSelector
|
||||
const overlayCenter = this.overlayCenters
|
||||
? this.$refs.content.querySelector(this.overlayCentersSelector)
|
||||
: null
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue