Commit e01ac54
fix: restore Escape-to-back on skill detail page
Escape was dropped when SkillDetail moved from a slide-over panel
(Escape -> onClose) to full-page routing (onBack) in cf9cc31 and
never got wired back up. Also guards SkillFileViewer's existing
Escape handler against Radix dialogs (Cmd+K, Manage Folders) that
preventDefault but don't stopPropagation, which would otherwise
dismiss the dialog and navigate back in one keypress.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017LKjJ7DNYh5G575m1YzeYp1 parent 411ebe1 commit e01ac54
2 files changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
42 | 51 | | |
43 | 52 | | |
44 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments