mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-25 21:54:58 +08:00
35a4a15898
After moving ProxyToggle/FailoverToggle outside toolbarRef, the flex-1 class was accidentally left only on the outer wrapper. Without flex-1, toolbarRef.clientWidth reflects content width instead of available space, causing useAutoCompact's exit condition to never trigger.