From be7be487001f9bc846a45b7d03679c233b221e22 Mon Sep 17 00:00:00 2001 From: lda Date: Sat, 29 Aug 2026 19:11:27 +0700 Subject: [PATCH] chore: isolate pre-staged web edits --- web/apps/console/src/graph/WorkflowGraph.tsx | 4 ++-- web/apps/console/src/styles/global.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/apps/console/src/graph/WorkflowGraph.tsx b/web/apps/console/src/graph/WorkflowGraph.tsx index bdb3efc4..6e2013d1 100644 --- a/web/apps/console/src/graph/WorkflowGraph.tsx +++ b/web/apps/console/src/graph/WorkflowGraph.tsx @@ -164,8 +164,8 @@ export const WorkflowGraph = ({ : {})} fitView proOptions={{ hideAttribution: true }} - nodesDraggable={true} - nodesConnectable={true} + nodesDraggable={false} + nodesConnectable={false} elementsSelectable={Boolean(onNodeSelect || onEdgeSelect)} > diff --git a/web/apps/console/src/styles/global.css b/web/apps/console/src/styles/global.css index 4d37018d..a617e71c 100644 --- a/web/apps/console/src/styles/global.css +++ b/web/apps/console/src/styles/global.css @@ -1698,7 +1698,7 @@ tbody tr:hover { font-weight: 700; letter-spacing: 0.02em; line-height: 1; - /* text-transform: uppercase; */ + text-transform: uppercase; } .graph-node__ref {