From 467d405d2a839a05b75ce98b6b9fe9cfb8f4a3a1 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 26 Jun 2024 16:25:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B7=A5=E4=BD=9C=E7=BC=96=E6=8E=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/application-workflow/index.vue | 3 +++ ui/src/workflow/nodes/ai-chat-node/index.vue | 8 ++++++-- ui/src/workflow/nodes/base-node/index.vue | 1 + ui/src/workflow/nodes/question-node/index.vue | 8 ++++++-- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/ui/src/views/application-workflow/index.vue b/ui/src/views/application-workflow/index.vue index b3f233110..59ca11834 100644 --- a/ui/src/views/application-workflow/index.vue +++ b/ui/src/views/application-workflow/index.vue @@ -287,4 +287,7 @@ onBeforeUnmount(() => { right: 0 !important; } } +.lf-graph { + user-select: all; +} diff --git a/ui/src/workflow/nodes/ai-chat-node/index.vue b/ui/src/workflow/nodes/ai-chat-node/index.vue index 86e111a16..d6d1e38dc 100644 --- a/ui/src/workflow/nodes/ai-chat-node/index.vue +++ b/ui/src/workflow/nodes/ai-chat-node/index.vue @@ -89,7 +89,7 @@ - +