Skip to content

Commit

Permalink
Fix mentions rendering in comment editor
Browse files Browse the repository at this point in the history
NcRichContentEditable needs an index of users to properly display them. This commit adds a caching logic and provides it to NcRichContentEditable.

Signed-off-by: Louis Chemineau <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
artonge authored and nextcloud-command committed Nov 23, 2022
1 parent 799838a commit 107be69
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 21 deletions.
6 changes: 3 additions & 3 deletions apps/comments/js/comments-app.js
2 changes: 1 addition & 1 deletion apps/comments/js/comments-app.js.map
1 change: 1 addition & 0 deletions apps/comments/src/components/Comment.vue
39 changes: 22 additions & 17 deletions apps/comments/src/views/Comments.vue

0 comments on commit 107be69

Please sign in to comment.