Commit c2ce2a5
authored
fix: show C-p groups hint only when group field is focused (#323)
The rename dialog bottom hint line showed "C-p groups" on all fields,
but Ctrl+P only works on the group field (focused_field == 1). Add the
same focused_field guard already used in handle_key and group_hint
rendering so the hint matches the actual behavior.1 parent 8dfbe63 commit c2ce2a5
2 files changed
Lines changed: 291 additions & 36 deletions
0 commit comments