mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Use meta key + wheel to zoom in/out (#769)
This commit is contained in:
parent
360864ef3d
commit
eee961d65f
4 changed files with 20 additions and 11 deletions
|
@ -27,4 +27,4 @@ export {
|
|||
hasText,
|
||||
} from "./comparisons";
|
||||
export { createScene } from "./createScene";
|
||||
export { getZoomOrigin, getZoomTranslation } from "./zoom";
|
||||
export { getZoomOrigin, getZoomTranslation, getNormalizedZoom } from "./zoom";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue