SIGN IN SIGN UP

fix(agent-manager): reset stale body styles when webview regains focus (#530)

Kobalte modal dropdowns set pointer-events:none and overflow:hidden on
document.body. When the user opens the setup script editor from the
settings dropdown, VS Code steals focus before the dropdown cleanup
runs, leaving the body permanently unclickable. Clear these stale
styles in the existing window focus handler so the UI recovers when
the user returns to the agent manager tab.
M
Marius committed
3b7d0721f3b0e7c9842f6e6d9e4b365d9c9ccb59
Parent: 57ea8f1
Committed by GitHub <noreply@github.com> on 2/20/2026, 3:40:09 PM