set max zoom to 8 (#124769)

This commit is contained in:
Megan Rogge 2021-05-28 02:23:33 -05:00 committed by GitHub
parent b2da15ea2d
commit 47d3d743ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ abstract class BaseZoomAction extends Action2 {
private static readonly SETTING_KEY = 'window.zoomLevel';
private static readonly MAX_ZOOM_LEVEL = 9;
private static readonly MAX_ZOOM_LEVEL = 8;
private static readonly MIN_ZOOM_LEVEL = -8;
constructor(desc: Readonly<IAction2Options>) {