repositionIcon function

Last updated: 2026-03-01T23:25:47.108Z

Metrics

LOC: 5 Complexity: 3 Params: 0

Signature

repositionIcon(): : void

Source Code

function repositionIcon(): void {
  if (currentTarget && iconElement?.style.display === "flex") {
    positionIcon(currentTarget);
  }
}

Dependencies (Outgoing)

graph LR repositionIcon["repositionIcon"] positionIcon["positionIcon"] repositionIcon -->|calls| positionIcon style repositionIcon fill:#dbeafe,stroke:#2563eb,stroke-width:2px click repositionIcon "c879a9e1c1fea887.html" click positionIcon "d0cbf14717c4eecc.html"
TargetType
positionIcon calls

No incoming dependencies.