desktop: document two-stage verification, exit icon asymmetry and cache guard rationale in hover cursor fix

This commit is contained in:
Narasimha-sc
2026-07-15 09:54:07 +00:00
parent 2ad80d576d
commit 09ed427c2b
2 changed files with 18 additions and 6 deletions
@@ -363,7 +363,9 @@ fun MarkdownText (
desktopSetHoverCursor(newIcon)
},
onHoverExit = {
// also reset icon.value, or the pointerHoverIcon node re-displays a stale Hand on its next Enter
// also reset icon.value, or the pointerHoverIcon node re-displays a stale Hand on its next Enter;
// values differ on purpose: Text is this node's neutral icon, Default is what the cursor
// should be outside the text
icon.value = PointerIcon.Text
desktopSetHoverCursor(PointerIcon.Default)
},