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
Bug Fix: Prevent Card Fob from dispatching duplicate events when a fob is removed (#5976)
## Motivation for features / changes
#5968
## Technical description of changes
The card fob would dispatch a `timeSelectionChanged` event on mouse up
even if the time selection had not changed...
## Detailed steps to verify changes work correctly (as executed by you)
1) Start tensorboard
2) Go to http://localhost:6006
3) Enable step selection
4) Open the console and clear it
5) Dismiss the fob by clicking this button

## Alternate designs / implementations considered
Add a `mousedown` event listener to the dismiss button which prevents
propagation. Unfortunately this would prevent clicks starting on the
dismiss button from dragging the fob.
it('does not move the start fob or call call getStepLowerThanMousePosition or getStepHigherThanMousePosition when mouse is dragging right but, the fob is already on the final step',()=>{
0 commit comments