repositionIcon function
Last updated: 2026-03-01T23:25:47.108Z
Location
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)
| Target | Type |
|---|---|
| positionIcon | calls |
No incoming dependencies.