@bluepic/embed 0.4.0-next.170 → 0.4.0-next.171
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/bluepic-embed.iife.js +1 -1
- package/dist/bluepic-embed.umd.js +1 -1
- package/dist/main.cjs +1 -1
- package/dist/main.mjs +1 -1
- package/package.json +1 -1
package/dist/main.mjs
CHANGED
|
@@ -73737,7 +73737,7 @@ function Hpe() {
|
|
|
73737
73737
|
const o = window.visualViewport;
|
|
73738
73738
|
if (!o) return;
|
|
73739
73739
|
t.value = o.height, n.value = o.offsetTop;
|
|
73740
|
-
const u = Math.max(0, window.innerHeight - o.height
|
|
73740
|
+
const u = Math.max(0, window.innerHeight - o.height);
|
|
73741
73741
|
r.value = u, a.value = u > 120;
|
|
73742
73742
|
}
|
|
73743
73743
|
return e && (i(), window.visualViewport.addEventListener("resize", i), window.visualViewport.addEventListener("scroll", i), i3(() => {
|