Skip to content

Commit

Permalink
Merge pull request #3398 from nextcloud/backport/3356/stable27
Browse files Browse the repository at this point in the history
[stable27] fix: mention popup reappears after inserting the mention
  • Loading branch information
juliushaertl authored Jan 9, 2024
2 parents ca852fd + 11d62fd commit 8c3bf24
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 @@ -387,7 +387,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 8c3bf24

Please sign in to comment.