From 371ee61c24a942f2407d3f3978943338f8586aa2 Mon Sep 17 00:00:00 2001 From: zhangzhanwei Date: Tue, 15 Jul 2025 16:30:39 +0800 Subject: [PATCH] fix: Workspace share knowledge problem --- ui/src/views/problem/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/src/views/problem/index.vue b/ui/src/views/problem/index.vue index 374a4727b..114dd3d3f 100644 --- a/ui/src/views/problem/index.vue +++ b/ui/src/views/problem/index.vue @@ -384,6 +384,9 @@ function rowClickHandle(row: any, column?: any) { if (column && column.type === 'selection') { return } + if (route.path.includes('share/')) { + return + } if (row.paragraph_count) { currentClickId.value = row.id currentContent.value = row.content