HUD always enables follow mode
mike-kaufman opened this issue · 0 comments
mike-kaufman commented
Repro:
- launch express.test.app
- open http://localhost:3000 in one browser window.
- open glimpse at http://localhost:3000/glimpse/client in 2nd browser window
- disable follow-mode in glimpse client
- return to frist browser window
- click hud
- follow-mode is turned back on.
Expected:
follow-mode toggles are persisted & not changed by hud
Actual:
HUD link includes follow=true
query param which turns hud back on.