From 7358306488b5810e8d6b89acaa22b6b0e182a68f Mon Sep 17 00:00:00 2001 From: zhangheng Date: Thu, 16 Apr 2026 13:55:51 +0800 Subject: [PATCH] fix(editor): fix --- components/label/components/EditorContainer.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/label/components/EditorContainer.tsx b/components/label/components/EditorContainer.tsx index d0fe8f8..3e60f21 100644 --- a/components/label/components/EditorContainer.tsx +++ b/components/label/components/EditorContainer.tsx @@ -3,7 +3,6 @@ import { Box } from "@mantine/core" import { RichTextEditor } from "@mantine/tiptap" import "@mantine/tiptap/styles.css" -import { IconPhoto } from "@tabler/icons-react" import Image from "@tiptap/extension-image" import Link from "@tiptap/extension-link" import Placeholder from "@tiptap/extension-placeholder" @@ -148,7 +147,7 @@ const EditorContainer = ({ - + {/* @@ -160,7 +159,7 @@ const EditorContainer = ({ title="上传图片"> - + */}