Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6542289 commit ce6a062Copy full SHA for ce6a062
frontend/src/App.tsx
@@ -147,9 +147,6 @@ function App() {
147
// Used when the user cancels the code generation
148
const cancelCodeGeneration = () => {
149
wsRef.current?.close?.(USER_CLOSE_WEB_SOCKET_CODE);
150
- // make sure stop can correct the state even if the websocket is already closed
151
- // TODO*: Look into this
152
- // cancelCodeGenerationAndReset();
153
};
154
155
// Used for code generation failure as well
0 commit comments