Commit 1f030fc
Fix new profile action when connection form is focused
The early return in handle_view_key() bailed on all keys when no
profile was selected, silently swallowing the 'n' key. Move the
ConnMgrNew handler before the profile-dependent guard so it works
regardless of focus or selection state.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a7b21e6 commit 1f030fc
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | 285 | | |
289 | | - | |
| 286 | + | |
| 287 | + | |
290 | 288 | | |
291 | 289 | | |
292 | 290 | | |
| |||
0 commit comments