Commit e4d1803
committed
IndependentPanel: Reset temporary expansion on search blur
Ensure the sidebar’s temporary expansion (forceExpand) is cleared when the
search input loses focus. This prevents an edge case where the panel could
remain stuck expanded if the pin state is toggled while the input is focused.
- Unconditionally clear forceExpand on input blur
- Kept behavior of clearing forceExpand on pin toggle
Why: avoids a UX inconsistency reported in review while keeping scope
minimal and isolated to the Independent Panel UI.1 parent 43f9ab4 commit e4d1803
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
0 commit comments