enable Select and Edit for HTML + CSS stack
This commit is contained in:
parent
38a06517fb
commit
606f535bc2
@ -104,7 +104,8 @@ function App() {
|
||||
(selectedCodeGenerationModel === CodeGenerationModel.GPT_4O_2024_05_13 ||
|
||||
selectedCodeGenerationModel ===
|
||||
CodeGenerationModel.CLAUDE_3_5_SONNET_2024_06_20) &&
|
||||
settings.generatedCodeConfig === Stack.HTML_TAILWIND;
|
||||
(settings.generatedCodeConfig === Stack.HTML_TAILWIND ||
|
||||
settings.generatedCodeConfig === Stack.HTML_CSS);
|
||||
|
||||
// Indicate coding state using the browser tab's favicon and title
|
||||
useBrowserTabIndicator(appState === AppState.CODING);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user