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