-
Notifications
You must be signed in to change notification settings - Fork 94
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
Fix emoji autocompletion keyboard behaviour #2863
Conversation
85b42db
to
de94136
Compare
/compile |
de94136
to
3b6fe5b
Compare
/compile |
This needs to be tackled seperately, we have #2199 to track it. |
/backport to stable24 |
33b2163
to
7ea81cc
Compare
/compile |
/rebase |
b974839
to
b62e6ae
Compare
/rebase |
b62e6ae
to
fd543d8
Compare
/compile |
1 similar comment
/compile |
/rebase |
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
e828d86
to
013f725
Compare
/compile amend / |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
013f725
to
1f2503e
Compare
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.
Code looks good. I'll try it and then merge.
The backport to stable24 failed. Please do this backport manually. |
/backport 1bcf041,f090c52317aebfdc36a6d965d2307fdf100139ee,6eb324f144b3761fc153dacc75b14e3e9b35d0cf to stable24 |
When emoji picker is open, Esc should only close emoji picker, not the full editor modal(This needs to be tackled seperately, we have Escape key should not close the editor #2199 to track it.)Resolves: #2785