digi-mathchem-editor 1.0.14 → 1.0.15
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.
|
@@ -420,7 +420,7 @@ function Qe({ isOpen: l, onClose: o, onInsert: a, position: h }) {
|
|
|
420
420
|
k.char
|
|
421
421
|
))))), x.length === 0 && /* @__PURE__ */ e.createElement("div", { className: "scm-no-results" }, "No characters found.")))));
|
|
422
422
|
}
|
|
423
|
-
const ze = "1.0.
|
|
423
|
+
const ze = "1.0.15", Xe = {
|
|
424
424
|
version: ze
|
|
425
425
|
};
|
|
426
426
|
window.__cme_macros = {
|
|
@@ -3656,7 +3656,7 @@ class ct extends Ve {
|
|
|
3656
3656
|
},
|
|
3657
3657
|
(I) => {
|
|
3658
3658
|
const g = document.createElement("math-field");
|
|
3659
|
-
g.setAttribute("math-virtual-keyboard-policy", "
|
|
3659
|
+
g.setAttribute("math-virtual-keyboard-policy", "manual"), g.setAttribute("tabindex", "-1"), g.style.display = "inline-block", g.style.width = "auto", g.style.maxWidth = "100%", g.style.verticalAlign = "middle", g.style.border = "none", g.style.background = "transparent", g.style.outline = "none", g.style.fontSize = "inherit", g.style.minHeight = "auto", g.style.padding = "0 2px", g.style.margin = "0", g.style.pointerEvents = "none";
|
|
3660
3660
|
const A = () => {
|
|
3661
3661
|
if (!g.isConnected) {
|
|
3662
3662
|
requestAnimationFrame(A);
|
|
@@ -4396,7 +4396,7 @@ function lt({ mode: l, onInsert: o, onClose: a, initialLatex: h, isEditing: n })
|
|
|
4396
4396
|
},
|
|
4397
4397
|
class: "cme-mathfield",
|
|
4398
4398
|
tabIndex: 0,
|
|
4399
|
-
"math-virtual-keyboard-policy": "
|
|
4399
|
+
"math-virtual-keyboard-policy": "manual",
|
|
4400
4400
|
placeholder: ""
|
|
4401
4401
|
}
|
|
4402
4402
|
)
|