You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(gui): improve focus handling in AutoDevVariableList #51
The commit addresses an issue where the focus handling in the AutoDevVariableList component was not properly managed, leading to inconsistent visual feedback for selected cells. The fix ensures that the selected cells are highlighted with the appropriate border, regardless of the focus state, by conditionally setting the border based on the cell's focus and selection status.
0 commit comments