Skip to content

Commit 5b38ba6

Browse files
committed
More tests
1 parent a92db6f commit 5b38ba6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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.61",
3+
"version": "0.2.62",
44
"main": "dist/main.js",
55
"typings": "dist/index.d.ts",
66
"files": [

src/components/FileEditor/FileEditor.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ const FileEditor = ({
278278
changeZoomLevel((prevZoom) => prevZoom - 1);
279279
};
280280

281+
console.log(fileLanguageRef.current)
282+
281283
return (
282284
<>
283285
<EditorKeybindModal

0 commit comments

Comments
 (0)