mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
available 125% and 175% scaling
This commit is contained in:
@ -32,7 +32,7 @@
|
||||
|
||||
"use strict";
|
||||
(function (window, undefined) {
|
||||
var supportedScaleValues = [1, 1.5, 2];
|
||||
var supportedScaleValues = [1, 1.25, 1.5, 1.75, 2];
|
||||
if (window["AscDesktopEditor"] && window["AscDesktopEditor"]["GetSupportedScaleValues"])
|
||||
supportedScaleValues = window["AscDesktopEditor"]["GetSupportedScaleValues"]();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user