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
HParams: Ignore key presses in ColumnSelector when not active (#6484)
## Motivation for features / changes
This fixes a bug. These key presses are subscribed to at all times.
Therefore clicking enter anytime would add an HParam to the runs table.
## Technical description of changes
I simply added a boolean isActive to track the state of the
ColumnSelector. If it is not active I ignore the key presses.
---------
Co-authored-by: Riley Jones <[email protected]>
0 commit comments