Stabilize Selection Pass Invalidation (No-Op Frames) #15
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description: Selection scene keys churn when selection is effectively unchanged, causing unnecessary
pass=selectioninvalidations and repaint work. Make key inputs deterministic and geometry-only where possible; remove unstable/transient fields.Acceptance: Idle/hover with unchanged selection does not continuously invalidate selection tiles.