acsi-core 0.9.0 → 0.9.1
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1692,10 +1692,10 @@ var MarkdownLatexRender = function MarkdownLatexRender(_ref) {
|
|
|
1692
1692
|
}
|
|
1693
1693
|
}
|
|
1694
1694
|
});
|
|
1695
|
-
displayRef.current.innerHTML = processedText;
|
|
1696
1695
|
React.useEffect(function () {
|
|
1697
1696
|
if (displayRef.current) {
|
|
1698
1697
|
try {
|
|
1698
|
+
displayRef.current.innerHTML = processedText;
|
|
1699
1699
|
renderMathInElement(displayRef.current, {
|
|
1700
1700
|
delimiters: [{
|
|
1701
1701
|
left: "$$",
|