eat-js-sdk 2.3.9 → 2.3.10
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.
|
@@ -11383,8 +11383,6 @@ function TypeInComponent($$anchor, $$props) {
|
|
|
11383
11383
|
const inlineHasMath = config().variant === "inline" && segments.some((seg) => seg.parts.some((p) => p.type === "text" && hasMathJax(p.content)));
|
|
11384
11384
|
let inlineContainerEl = /* @__PURE__ */ state(void 0);
|
|
11385
11385
|
user_effect(() => {
|
|
11386
|
-
get$1(inlineInputValues);
|
|
11387
|
-
get$1(feedbackState).showStatusLine;
|
|
11388
11386
|
if (inlineHasMath && get$1(inlineContainerEl)) {
|
|
11389
11387
|
typesetMathJax(get$1(inlineContainerEl));
|
|
11390
11388
|
}
|