bt-core-app 2.0.61 → 2.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.
- package/dist/bt-core-app.js +5 -5
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -9016,17 +9016,17 @@ function oP(e) {
|
|
|
9016
9016
|
}
|
|
9017
9017
|
function S() {
|
|
9018
9018
|
let T = o.value ?? e.getDefaultBackgroundID();
|
|
9019
|
-
T != null && c.some((L) => L == T) && (T = void 0);
|
|
9019
|
+
T != null && c.some((L) => L == T) && (T = void 0), console.log("url");
|
|
9020
9020
|
let D = e.getBackgroundURL(o.value, s.value);
|
|
9021
|
-
T != null && D != null && !d.some((L) => L == T) && Ix(
|
|
9021
|
+
T != null && D != null && !d.some((L) => L == T) && (console.log("checking"), console.log(D), Ix(
|
|
9022
9022
|
D,
|
|
9023
9023
|
() => {
|
|
9024
|
-
d.push(T), S();
|
|
9024
|
+
console.log("yep"), d.push(T), S();
|
|
9025
9025
|
},
|
|
9026
9026
|
() => {
|
|
9027
|
-
c.push(T), S();
|
|
9027
|
+
console.log("nope"), c.push(T), S();
|
|
9028
9028
|
}
|
|
9029
|
-
), o.value = T, i.value = D;
|
|
9029
|
+
)), o.value = T, i.value = D;
|
|
9030
9030
|
}
|
|
9031
9031
|
function C(T) {
|
|
9032
9032
|
if (T == null || d.some((D) => D == T))
|
package/package.json
CHANGED