From e1361f92196d9739a40ec78a16a896ed1ce62b7a Mon Sep 17 00:00:00 2001 From: tianyaxiang Date: Sun, 2 Feb 2025 12:35:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=9D=97=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/editor/components/MarkdownToolbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/editor/components/MarkdownToolbar.tsx b/src/components/editor/components/MarkdownToolbar.tsx index acaa3ad..fefeb29 100644 --- a/src/components/editor/components/MarkdownToolbar.tsx +++ b/src/components/editor/components/MarkdownToolbar.tsx @@ -141,7 +141,7 @@ export function MarkdownToolbar({ onInsert }: MarkdownToolbarProps) {
{tools.map((tool, index) => { if ('type' in tool && tool.type === 'separator') { - return + return } const buttonTool = tool as ToolButton