We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2560c6 commit b850e5dCopy full SHA for b850e5d
ui/src/views/problem/index.vue
@@ -384,6 +384,9 @@ function rowClickHandle(row: any, column?: any) {
384
if (column && column.type === 'selection') {
385
return
386
}
387
+ if (route.path.includes('share/')) {
388
+ return
389
+ }
390
if (row.paragraph_count) {
391
currentClickId.value = row.id
392
currentContent.value = row.content
0 commit comments