diff options
| author | Henry Jameson <spam@hjkos.com> | 2022-06-16 16:30:05 +0300 |
|---|---|---|
| committer | Henry Jameson <spam@hjkos.com> | 2022-06-16 16:48:10 +0300 |
| commit | d84cda7009d486a047953b1ca2d27acf35b8ddc1 (patch) | |
| tree | ae8e48736095f22ce66cf7cd71fc9cc391a9c542 /src/components/popover/popover.js | |
| parent | 770d12f7adda5659ff01b83ad3e172c27bae818d (diff) | |
unify user popovers into a separate component
Diffstat (limited to 'src/components/popover/popover.js')
| -rw-r--r-- | src/components/popover/popover.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/popover/popover.js b/src/components/popover/popover.js index 7f4c1cac..f6527624 100644 --- a/src/components/popover/popover.js +++ b/src/components/popover/popover.js @@ -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 |
