-
Notifications
You must be signed in to change notification settings - Fork 109
Fix mention uid autocomplete and keyboard handler in list nodes #3464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
/backport to stable25 |
Test summaryRun details
View run in Cypress Dashboard ➡️ Flakiness
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
||||||||||||||||||||||||||||||||||||||||||||||||||
marcelklehr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
|
/compile |
776c8d4 to
b63bcff
Compare
|
/compile |
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
f377592 to
4544c06
Compare
mejo-
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me :)
|
The backport to stable25 failed. Please do this backport manually. |
|
/backport bef86e9,daa717d39232998c83c25c2b19bf8b27c98e15e3 to stable25 |
|
Thanks a lot :) |
📝 Summary
The mentions plugin was not catching the keyboard events when being triggered in a list/todo item, so I moved the registration of optional plugins for the editor after the default ones, which seems to fix the issue (as found in ueberdosis/tiptap#3339)
In addition the autocomplete endpoint for mentions now also filters by user id when iterating over the active user sessions.
🏁 Checklist
npm run lint/npm run stylelint/composer run cs:check)