From c27f20b4b7d2d96ba97aecef82cc35bff644da90 Mon Sep 17 00:00:00 2001 From: Joel Date: Thu, 7 Aug 2025 15:06:13 +0800 Subject: [PATCH] chore: hide tree view --- web/app/components/base/prompt-editor/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/base/prompt-editor/index.tsx b/web/app/components/base/prompt-editor/index.tsx index 901650349a..24e7bcb442 100644 --- a/web/app/components/base/prompt-editor/index.tsx +++ b/web/app/components/base/prompt-editor/index.tsx @@ -17,7 +17,7 @@ import { LexicalErrorBoundary } from '@lexical/react/LexicalErrorBoundary' import { OnChangePlugin } from '@lexical/react/LexicalOnChangePlugin' import { HistoryPlugin } from '@lexical/react/LexicalHistoryPlugin' import DraggableBlockPlugin from './plugins/draggable-plugin' -import TreeView from './plugins/tree-view' +// import TreeView from './plugins/tree-view' import Placeholder from './plugins/placeholder' import ComponentPickerBlock from './plugins/component-picker-block' import { @@ -282,7 +282,7 @@ const PromptEditor: FC = ({ {floatingAnchorElem && ( )} - + {/* */} )