Commit 543b732
authored
fix(picker): restore picker_width=false opt-out in session picker (#410)
The cross-project session list (#403) added an `or 100` fallback when
passing picker_width to base_picker.pick(). This silently converts
`picker_width = false` into 100, bypassing the opt-out path that lets
the picker backend use its own default window size.1 parent f598a35 commit 543b732
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
| 350 | + | |
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
| |||
0 commit comments