Equation Citator v1.3.12 Documentation
    Preparing search index...

    Figure Citation Popover Class Displays image previews in a popover when hovering over figure citations

    Hierarchy

    • HoverPopover
      • FigureCitationPopover
    Index
    figuresToRender: RenderedFigure[] = []
    mouseX?: number
    mouseY?: number
    plugin: default
    sourcePath: string
    targetComponent: TargetElComponent
    targetEl: HTMLElement
    • Display figures in the popover.

      The popover is rendered with visibility: hidden for the first frame so the user doesn't see content flicker while async assets (MathJax equations, figure markdown rendering) finish loading. Layout is performed while hidden, then adjustPopoverPosition measures the final popover size and we reveal it.

      Returns Promise<void>