@xwadex/fesd 0.0.61 → 0.0.62
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.
|
@@ -908,13 +908,12 @@ function ji(n) {
|
|
|
908
908
|
}
|
|
909
909
|
function zi(n) {
|
|
910
910
|
const i = ji(n);
|
|
911
|
-
Q += 1, Q === 1 &&
|
|
911
|
+
Q += 1, Q === 1 && document.documentElement.classList.add("scrollLock"), Os(i);
|
|
912
912
|
}
|
|
913
913
|
function Bi(n) {
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
}
|
|
914
|
+
Q = Math.max(0, Q - 1);
|
|
915
|
+
const i = ji(n);
|
|
916
|
+
Ps(i), Q === 0 && document.documentElement.classList.remove("scrollLock");
|
|
918
917
|
}
|
|
919
918
|
async function In(n = 0) {
|
|
920
919
|
if (f(".loading-wrapper").length)
|