showCursor function exported
Last updated: 2026-03-05T11:38:55.014Z
Location
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)
| Source | Type |
|---|---|
| FillableElement | uses |