Fix zoom shortcuts
This commit is contained in:
parent
ab460f8773
commit
7b079b67a5
@ -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 ? (
|
||||
|
Loading…
Reference in New Issue
Block a user