Fix popover error

pull/648/head
Svilen Markov 2025-05-07 20:17:36 +07:00
parent 9324da6a2f
commit ca9e4d273b
1 changed files with 2 additions and 0 deletions

@ -108,6 +108,8 @@ function showPopover() {
}
function repositionContainer() {
if (activeTarget === null) return;
containerElement.style.display = "block";
const targetBounds = activeTarget.dataset.popoverAnchor !== undefined