fix: #3189 should correct math eq in exporter

This commit is contained in:
Yidadaa
2023-11-12 19:33:19 +08:00
parent 295864d36b
commit b52e237044
10 changed files with 40 additions and 30 deletions

View File

@@ -11,7 +11,7 @@ import mermaid from "mermaid";
import LoadingIcon from "../icons/three-dots.svg";
import React from "react";
import { useDebouncedCallback, useThrottledCallback } from "use-debounce";
import { useDebouncedCallback } from "use-debounce";
import { showImageModal } from "./ui-lib";
export function Mermaid(props: { code: string }) {