@xwadex/fesd 0.0.14-re.84 → 0.0.14-re.85
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.
@@ -1164,14 +1164,16 @@ V = new WeakSet(), Se = function() {
|
|
1164
1164
|
window.instgrm.Embeds.process();
|
1165
1165
|
else {
|
1166
1166
|
const f = document.createElement("script");
|
1167
|
-
f.src = "https://www.instagram.com/embed.js", f.async = !0, document.body.appendChild(f)
|
1167
|
+
f.src = "https://www.instagram.com/embed.js", f.async = !0, document.body.appendChild(f), setTimeout(() => {
|
1168
|
+
window.modalScroll.update();
|
1169
|
+
}, 10);
|
1168
1170
|
}
|
1169
1171
|
} else
|
1170
1172
|
m.querySelector(".modal-content").insertAdjacentHTML("beforeend", Te(t.params)), m.querySelector(".modal-content").setAttribute("video-typeStyle", `${l}`);
|
1171
1173
|
},
|
1172
1174
|
open(m) {
|
1173
1175
|
const g = m.querySelectorAll("[data-overlayscrollbars-viewport]");
|
1174
|
-
u.update(),
|
1176
|
+
u.update(), Ei([...g]);
|
1175
1177
|
},
|
1176
1178
|
close(m) {
|
1177
1179
|
const g = m.querySelectorAll("[data-overlayscrollbars-viewport]");
|