chore: show inline image in daily review dialog (#135)

This commit is contained in:
boojack
2022-07-29 20:11:14 +08:00
committed by GitHub
parent 9994b1fabc
commit df7b4d54c6
7 changed files with 51 additions and 31 deletions

View File

@ -2,10 +2,10 @@ import { IMAGE_URL_REG } from "../helpers/consts";
import * as utils from "../helpers/utils";
import useToggle from "../hooks/useToggle";
import { memoService } from "../services";
import { formatMemoContent } from "../helpers/marked";
import Only from "./common/OnlyWhen";
import Image from "./Image";
import toastHelper from "./Toast";
import { formatMemoContent } from "./Memo";
import "../less/memo.less";
interface Props {