()
| 208 | * Returns from CLAUDE.md file editor to projects view |
| 209 | */ |
| 210 | const handleBackFromClaudeFileEditor = () => { |
| 211 | setEditingClaudeFile(null); |
| 212 | handleViewChange("projects"); |
| 213 | }; |
| 214 | |
| 215 | /** |
| 216 | * Handles view changes with navigation protection |
nothing calls this directly
no test coverage detected