enable Select and Edit for HTML + CSS stack

This commit is contained in:
Abi Raja 2024-06-27 16:24:06 +08:00
parent 38a06517fb
commit 606f535bc2

View File

@ -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);