claude-memory/graph/solutions/fix-gameday-lineup-row-selection-bug-42f676.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

13 lines
635 B
Markdown

---
id: 42f67635-210d-4105-b118-5b787330b93c
type: solution
title: "Fix Gameday lineup row selection bug"
tags: [sba-scouting, python, textual, fix]
importance: 0.5
confidence: 0.8
created: "2026-01-28T19:47:12.001465+00:00"
updated: "2026-01-28T19:47:12.001465+00:00"
---
Fixed bug in sba-scouting Gameday screen where clicking to select a player in the middle of the lineup would operate on the last added player. The deselect feature (for screenshots) was toggling cursor_type on every click instead of only when clicking the same row twice. Added _last_lineup_row tracking and Click handler to re-enable selection after deselect.