@harbour-enterprises/superdoc 1.0.0-alpha.68 → 1.0.0-alpha.69
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/dist/superdoc.es.js +1 -1
- package/package.json +1 -1
package/dist/superdoc.es.js
CHANGED
|
@@ -40859,7 +40859,7 @@ class fhe extends yie {
|
|
|
40859
40859
|
console.debug("[🎨 super-toolbar]", ...e);
|
|
40860
40860
|
}
|
|
40861
40861
|
setZoom(e) {
|
|
40862
|
-
const n = e / 100, i = this.toolbarItems.find((r) => r.name.value === "zoom");
|
|
40862
|
+
const n = e / 100, i = [...this.toolbarItems, ...this.overflowItems].find((r) => r.name.value === "zoom");
|
|
40863
40863
|
Yr(this, eI).setZoom({ item: i, argument: n });
|
|
40864
40864
|
}
|
|
40865
40865
|
/**
|