Fix popover error

This commit is contained in:
Svilen Markov 2025-05-07 20:17:36 +01:00
parent 9324da6a2f
commit ca9e4d273b

View File

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