Skip to content

Commit cf34457

Browse files
committed
Fix typo
1 parent 073c762 commit cf34457

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

src/components/FileEditor/FileEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ const FileEditor = ({
334334
<MenuButtonStroke
335335
id="keybinds-button"
336336
title="Keybinds Info"
337-
onClick={handleZoomOut}
337+
onClick={() => showKeybindsRef.current = true}
338338
>
339339
<MinusIcon viewBox="0 0 20 20" />
340340
</MenuButtonStroke>

0 commit comments

Comments
 (0)