diff --git a/internal/assets/static/js/popover.js b/internal/assets/static/js/popover.js index aac05dd..d6578ee 100644 --- a/internal/assets/static/js/popover.js +++ b/internal/assets/static/js/popover.js @@ -36,7 +36,7 @@ function handleMouseEnter(event) { if (activeTarget !== null) { if (activeTarget !== target) { hidePopover(); - requestAnimationFrame(showPopover); + requestAnimationFrame(() => requestAnimationFrame(showPopover)); } return;