amelia-booking-ui 0.0.542 → 0.0.543
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.
|
@@ -61473,8 +61473,12 @@ var ETe = (t = null, e = {}) => ({ editor: n, view: r, tr: l, dispatch: o }) =>
|
|
|
61473
61473
|
n.isDestroyed || (r.focus(), e?.scrollIntoView && n.commands.scrollIntoView());
|
|
61474
61474
|
});
|
|
61475
61475
|
};
|
|
61476
|
-
|
|
61477
|
-
|
|
61476
|
+
try {
|
|
61477
|
+
if (r.hasFocus() && t === null || t === !1)
|
|
61478
|
+
return !0;
|
|
61479
|
+
} catch {
|
|
61480
|
+
return !1;
|
|
61481
|
+
}
|
|
61478
61482
|
if (o && t === null && !ag(n.state.selection))
|
|
61479
61483
|
return a(), !0;
|
|
61480
61484
|
const s = sg(l.doc, t) || n.state.selection, i = n.state.selection.eq(s);
|