feat: Add zoom to fit for selected elements (#2522)

This commit is contained in:
Zen Tang 2020-12-13 14:54:35 -06:00 committed by GitHub
parent 59cff0f219
commit 5abe9b93e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 65 additions and 31 deletions

View file

@ -58,6 +58,7 @@ export type ActionName =
| "zoomOut"
| "resetZoom"
| "zoomToFit"
| "zoomToSelection"
| "changeFontFamily"
| "changeTextAlign"
| "toggleFullScreen"