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
{{ message }}
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
fix(plugins/plugin-client-common): sidecar does not resopnd to Escape reliably
1) escape does not close LeftNavSidecar reliably; this is due to an incorrect guard of isFixedWidth() around the onEscape registration
Fixes#4774
2) escape closes sidecars in all tabs; we need to pay attention to whether the sidecar is part of the active KuiTab
Fixes#4804
0 commit comments