Skip to content

Commit 7b079b6

Browse files
committed
Fix zoom shortcuts
1 parent ab460f8 commit 7b079b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/EditorHeader/ControlPanel.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,11 +1246,11 @@ export default function ControlPanel({
12461246
},
12471247
zoom_in: {
12481248
function: zoomIn,
1249-
shortcut: "Ctrl+Up/Wheel",
1249+
shortcut: "Ctrl+(Up/Wheel)",
12501250
},
12511251
zoom_out: {
12521252
function: zoomOut,
1253-
shortcut: "Ctrl+Down/Wheel",
1253+
shortcut: "Ctrl+(Down/Wheel)",
12541254
},
12551255
fullscreen: {
12561256
state: fullscreen ? (

0 commit comments

Comments
 (0)