From 15e0fa415cb1ca412f992aa75ae0c757ee05c8fe Mon Sep 17 00:00:00 2001 From: liuziting Date: Thu, 22 Jan 2026 14:15:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A6=81=E7=94=A8=E5=B1=82=E7=BA=A7?= =?UTF-8?q?=E6=8B=96=E5=8A=A8=E5=B9=B6=E7=A7=BB=E9=99=A4=E7=9B=B8=E5=85=B3?= =?UTF-8?q?UI=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 禁用useThinkFlow中的hierarchicalDragging选项以解决拖动行为问题,同时移除TopNav中对应的控制按钮以保持UI一致性 --- src/components/TopNav.vue | 10 ---------- src/composables/useThinkFlow.ts | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/src/components/TopNav.vue b/src/components/TopNav.vue index 959b7a1..854f778 100644 --- a/src/components/TopNav.vue +++ b/src/components/TopNav.vue @@ -146,16 +146,6 @@ const callAndClose = (fn: () => void) => { {{ props.t('nav.center') }} - -