Skip to content

Commit

Permalink
Merge pull request #3365 from nextcloud/backport/3356/stable28
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed Dec 18, 2023
2 parents cbdbfff + 714c71e commit 4ae1403
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/view/Office.vue
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,9 @@ export default {
})
break
case 'UI_Mention':
this.uiMention(parsed.args.text)
if (parsed.args.type === 'autocomplete') {
this.uiMention(parsed.args.text)
}
break
case 'UI_CreateFile':
FilesAppIntegration.createNewFile(args.DocumentType)
Expand Down

0 comments on commit 4ae1403

Please sign in to comment.