Skip to content

Commit 4f11e22

Browse files
committed
Change again
1 parent 5b38ba6 commit 4f11e22

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jderobot-ide-interface",
3-
"version": "0.2.62",
3+
"version": "0.2.63",
44
"main": "dist/main.js",
55
"typings": "dist/index.d.ts",
66
"files": [

src/components/FileEditor/FileEditor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ const FileEditor = ({
237237
setProjectToSave(currentProjectname);
238238
setFileContent(undefined);
239239
contentRef.current = "";
240-
setLanguage("");
241240
}, [currentProjectname]);
242241

243242
const handleSaveFile = async () => {

0 commit comments

Comments
 (0)