Merge remote-tracking branch 'origin/disjointed-popovers' into disjointed-popovers
* origin/disjointed-popovers: popover controls for user-card unify user popovers into a separate component
This commit is contained in:
commit
01e56a3e10
12 changed files with 205 additions and 151 deletions
|
|
@ -81,7 +81,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