fix(cli): resolve hook visibility and restore original settings configuration

This commit is contained in:
Keith Guerin
2026-03-03 04:31:39 -08:00
parent 5a7b492df9
commit 4ff65bc661
6 changed files with 372 additions and 204 deletions

View File

@@ -38,7 +38,7 @@ export const ScreenReaderAppLayout: React.FC = () => {
addItem={uiState.historyManager.addItem}
/>
) : (
<Composer />
<Composer isFocused={true} />
)}
<ExitWarning />