diff --git a/frontend/components/editor/index.tsx b/frontend/components/editor/index.tsx index dfd1809..f486d53 100644 --- a/frontend/components/editor/index.tsx +++ b/frontend/components/editor/index.tsx @@ -462,7 +462,6 @@ export default function CodeEditor({ setActiveFileContent(response); }); } - setEditorLanguage(processFileType(tab.name)); setActiveFileId(tab.id); }, [activeFileId, tabs, debouncedGetFile]);