Shortcuts to zoom in/out and to reset zoom (#770)

* Shortcuts to zoom in/out and to reset zoom

* add support for numerical keys

* Fixed Firefox compatibility

Co-authored-by: David Luzar <luzar.david@gmail.com>
This commit is contained in:
Timur Khazamov 2020-02-16 17:00:45 +01:00 committed by GitHub
parent 2d22ffda49
commit ad72946131
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 0 deletions

View file

@ -23,6 +23,7 @@ export {
actionClearCanvas,
actionZoomIn,
actionZoomOut,
actionResetZoom,
} from "./actionCanvas";
export { actionFinalize } from "./actionFinalize";