Skip to content

Commit

Permalink
Merge pull request #6012 from nextcloud-libraries/backport/6011/next
Browse files Browse the repository at this point in the history
  • Loading branch information
Antreesy committed Aug 23, 2024
2 parents f7c8b5b + aa0e0c4 commit 0e5c952
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/NcRichText/NcReferenceList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,13 @@ export default {
fetch() {
this.loading = true
if (this.referenceData) {
this.references = null
this.loading = false
return
}
if (!(new RegExp(URL_PATTERN).exec(this.text))) {
this.references = null
this.loading = false
return
}
Expand Down

0 comments on commit 0e5c952

Please sign in to comment.