bt-core-app 1.4.184 → 1.4.185
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 +2 -2
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -8173,7 +8173,7 @@ function B0(e, t = {}) {
|
|
|
8173
8173
|
if (!q)
|
|
8174
8174
|
return;
|
|
8175
8175
|
const Y = q.$el;
|
|
8176
|
-
if (
|
|
8176
|
+
if (n !== "page" && E == "page") {
|
|
8177
8177
|
const J = rg(Y), z = ra(J) ?? null;
|
|
8178
8178
|
let O = 0;
|
|
8179
8179
|
if (z != null) {
|
|
@@ -8226,7 +8226,7 @@ function B0(e, t = {}) {
|
|
|
8226
8226
|
if (g.value)
|
|
8227
8227
|
return;
|
|
8228
8228
|
const Y = ra(e);
|
|
8229
|
-
Y && (console.log("adding handles"), console.log(Y), A(Y, E ?? N0),
|
|
8229
|
+
Y && (console.log("adding handles"), console.log(Y), A(Y, E ?? N0), o.push(yn(Y.$el, "mousedown", p)), o.push(yn(Y.$el, "touchstart", p)), g.value = !0, n = q);
|
|
8230
8230
|
}
|
|
8231
8231
|
function N(E) {
|
|
8232
8232
|
if (!g.value)
|
package/package.json
CHANGED