@univerjs/docs-ui 0.15.0-insiders.20260110-48b77c8 → 0.15.1-insiders.20260117-8ce4a01
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/index.js +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +9 -9
package/lib/es/index.js
CHANGED
|
@@ -9922,7 +9922,7 @@ function bh() {
|
|
|
9922
9922
|
if (!o) return 100;
|
|
9923
9923
|
const c = ((l = (d = o.getSettings()) == null ? void 0 : d.zoomRatio) != null ? l : 1) * 100;
|
|
9924
9924
|
return Math.round(c);
|
|
9925
|
-
}, [o]), [s, i] = Ee(
|
|
9925
|
+
}, [o]), [s, i] = Ee(100);
|
|
9926
9926
|
Ce(() => (i(r()), n.onCommandExecuted((d) => {
|
|
9927
9927
|
if (d.id === tt.id) {
|
|
9928
9928
|
const l = r();
|
package/lib/index.js
CHANGED
|
@@ -9922,7 +9922,7 @@ function bh() {
|
|
|
9922
9922
|
if (!o) return 100;
|
|
9923
9923
|
const c = ((l = (d = o.getSettings()) == null ? void 0 : d.zoomRatio) != null ? l : 1) * 100;
|
|
9924
9924
|
return Math.round(c);
|
|
9925
|
-
}, [o]), [s, i] = Ee(
|
|
9925
|
+
}, [o]), [s, i] = Ee(100);
|
|
9926
9926
|
Ce(() => (i(r()), n.onCommandExecuted((d) => {
|
|
9927
9927
|
if (d.id === tt.id) {
|
|
9928
9928
|
const l = r();
|