mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-31 11:40:06 +00:00
desktop: document two-stage verification, exit icon asymmetry and cache guard rationale in hover cursor fix
This commit is contained in:
+3
-1
@@ -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)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user