Skip to content

Commit

Permalink
Fix zoom shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
1ilit committed Aug 16, 2024
1 parent ab460f8 commit 7b079b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/EditorHeader/ControlPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1246,11 +1246,11 @@ export default function ControlPanel({
},
zoom_in: {
function: zoomIn,
shortcut: "Ctrl+Up/Wheel",
shortcut: "Ctrl+(Up/Wheel)",
},
zoom_out: {
function: zoomOut,
shortcut: "Ctrl+Down/Wheel",
shortcut: "Ctrl+(Down/Wheel)",
},
fullscreen: {
state: fullscreen ? (
Expand Down

0 comments on commit 7b079b6

Please sign in to comment.