showCursor function exported

Last updated: 2026-03-05T11:38:55.014Z

Metrics

LOC: 4 Complexity: 2 Params: 0

Signature

showCursor(): : void

Summary

Show the cursor (fade in).

Source Code

export function showCursor(): void {
  if (!cursorEl) return;
  cursorEl.style.opacity = "1";
}

No outgoing dependencies.

Impact (Incoming)

graph LR showCursor["showCursor"] FillableElement["FillableElement"] FillableElement -->|uses| showCursor style showCursor fill:#dbeafe,stroke:#2563eb,stroke-width:2px click showCursor "27cc6e08813398ef.html" click FillableElement "2ecf5aaac3f668a8.html"
SourceType
FillableElement uses