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 @@ - +