From 16c0ca7412014430636877bfb47378e008f20905 Mon Sep 17 00:00:00 2001 From: SemmyWong <67748948+semmywong@users.noreply.github.com> Date: Wed, 30 Mar 2022 15:46:50 +0800 Subject: [PATCH] fix: markdown support ellipsis (#257) * fix: markdown add "format" props * fix: markdown support ellipsis --- .../src/schema-component/antd/markdown/Markdown.Void.tsx | 4 ++-- .../src/schema-component/antd/markdown/Markdown.tsx | 4 ++-- .../client/src/schema-component/antd/markdown/util.ts | 8 ++++++++ .../client/src/schema-initializer/Initializers/utils.ts | 6 +++++- .../client/src/schema-initializer/SchemaInitializer.tsx | 3 +-- 5 files changed, 18 insertions(+), 7 deletions(-) diff --git a/packages/client/src/schema-component/antd/markdown/Markdown.Void.tsx b/packages/client/src/schema-component/antd/markdown/Markdown.Void.tsx index ba15aedc9..0b6ff9d5b 100644 --- a/packages/client/src/schema-component/antd/markdown/Markdown.Void.tsx +++ b/packages/client/src/schema-component/antd/markdown/Markdown.Void.tsx @@ -22,7 +22,7 @@ const MarkdownEditor = (props: any) => {