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 3c07e29 commit 1b0e922Copy full SHA for 1b0e922
front/src/components/Dialogs/TaskExportDialog.vue
@@ -96,7 +96,7 @@ export default defineComponent({
96
const subTasks = [
97
...markdown.matchAll(
98
new RegExp(
99
- `(https?://${window.location.host}(/pad/[a-zA-Z0-9_-]*))`,
+ `(https?://${window.location.host}(/pad/(?!uploads)[a-zA-Z0-9_-]*))`,
100
'g'
101
)
102
),
0 commit comments