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 073c762 commit cf34457Copy full SHA for cf34457
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-ide-interface",
3
- "version": "0.2.33",
+ "version": "0.2.34",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"files": [
src/components/FileEditor/FileEditor.tsx
@@ -334,7 +334,7 @@ const FileEditor = ({
334
<MenuButtonStroke
335
id="keybinds-button"
336
title="Keybinds Info"
337
- onClick={handleZoomOut}
+ onClick={() => showKeybindsRef.current = true}
338
>
339
<MinusIcon viewBox="0 0 20 20" />
340
</MenuButtonStroke>
0 commit comments