mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-09-19 22:14:50 +00:00
Fix zoom shortcuts
This commit is contained in:
@@ -1246,11 +1246,11 @@ export default function ControlPanel({
|
|||||||
},
|
},
|
||||||
zoom_in: {
|
zoom_in: {
|
||||||
function: zoomIn,
|
function: zoomIn,
|
||||||
shortcut: "Ctrl+Up/Wheel",
|
shortcut: "Ctrl+(Up/Wheel)",
|
||||||
},
|
},
|
||||||
zoom_out: {
|
zoom_out: {
|
||||||
function: zoomOut,
|
function: zoomOut,
|
||||||
shortcut: "Ctrl+Down/Wheel",
|
shortcut: "Ctrl+(Down/Wheel)",
|
||||||
},
|
},
|
||||||
fullscreen: {
|
fullscreen: {
|
||||||
state: fullscreen ? (
|
state: fullscreen ? (
|
||||||
|
Reference in New Issue
Block a user