bt-core-app 1.4.203 → 1.4.204
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/bt-core-app.js +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -29926,7 +29926,7 @@ function gy(e, t) {
|
|
|
29926
29926
|
function yD(e) {
|
|
29927
29927
|
const t = Y([]), n = Y(!1);
|
|
29928
29928
|
function a() {
|
|
29929
|
-
t.value.every((l) => l.loaded) && e.onAllLoaded();
|
|
29929
|
+
t.value.every((l) => l.loaded) && (e.onAllLoaded(), n.value = !1);
|
|
29930
29930
|
}
|
|
29931
29931
|
function r(l) {
|
|
29932
29932
|
const i = {
|
package/package.json
CHANGED